Lines Matching defs:SurfaceComposerClient
17 #define LOG_TAG "SurfaceComposerClient"
38 #include <gui/SurfaceComposerClient.h>
132 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
141 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
143 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
147 status_t setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
150 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
152 status_t setAlpha(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
154 status_t setMatrix(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
157 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
159 status_t setLayerStack(const sp<SurfaceComposerClient>& client,
250 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id) {
266 status_t Composer::setPosition(const sp<SurfaceComposerClient>& client,
278 status_t Composer::setSize(const sp<SurfaceComposerClient>& client,
294 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client,
305 status_t Composer::setFlags(const sp<SurfaceComposerClient>& client,
320 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
331 status_t Composer::setAlpha(const sp<SurfaceComposerClient>& client,
342 status_t Composer::setLayerStack(const sp<SurfaceComposerClient>& client,
353 status_t Composer::setMatrix(const sp<SurfaceComposerClient>& client,
370 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client,
426 SurfaceComposerClient::SurfaceComposerClient()
431 void SurfaceComposerClient::onFirstRef() {
442 SurfaceComposerClient::~SurfaceComposerClient() {
446 status_t SurfaceComposerClient::initCheck() const {
450 sp<IBinder> SurfaceComposerClient::connection() const {
454 status_t SurfaceComposerClient::linkToComposerDeath(
461 void SurfaceComposerClient::dispose() {
472 sp<SurfaceControl> SurfaceComposerClient::createSurface(
485 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
493 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName,
498 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) {
502 sp<IBinder> SurfaceComposerClient::getBuiltInDisplay(int32_t id) {
506 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) {
513 inline Composer& SurfaceComposerClient::getComposer() {
519 SurfaceComposerClient::openGlobalTransaction() {
523 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) {
527 void SurfaceComposerClient::setAnimationTransaction() {
533 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) {
537 status_t SurfaceComposerClient::setPosition(const sp<IBinder>& id, float x, float y) {
541 status_t SurfaceComposerClient::setSize(const sp<IBinder>& id, uint32_t w, uint32_t h) {
545 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, int32_t z) {
549 status_t SurfaceComposerClient::hide(const sp<IBinder>& id) {
555 status_t SurfaceComposerClient::show(const sp<IBinder>& id) {
561 status_t SurfaceComposerClient::setFlags(const sp<IBinder>& id, uint32_t flags,
566 status_t SurfaceComposerClient::setTransparentRegionHint(const sp<IBinder>& id,
571 status_t SurfaceComposerClient::setAlpha(const sp<IBinder>& id, float alpha) {
575 status_t SurfaceComposerClient::setLayerStack(const sp<IBinder>& id, uint32_t layerStack) {
579 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx,
586 void SurfaceComposerClient::setDisplaySurface(const sp<IBinder>& token,
591 void SurfaceComposerClient::setDisplayLayerStack(const sp<IBinder>& token,
596 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token,
606 status_t SurfaceComposerClient::getDisplayInfo(
612 void SurfaceComposerClient::blankDisplay(const sp<IBinder>& token) {
616 void SurfaceComposerClient::unblankDisplay(const sp<IBinder>& token) {