Lines Matching refs:ISurfaceComposerClient
43 class BpSurfaceComposerClient : public SafeBpInterface<ISurfaceComposerClient> {
46 : SafeBpInterface<ISurfaceComposerClient>(impl, "BpSurfaceComposerClient") {} in BpSurfaceComposerClient()
54 return callRemote<decltype(&ISurfaceComposerClient::createSurface)>(Tag::CREATE_SURFACE, in createSurface()
69 &ISurfaceComposerClient::createWithSurfaceParent)>(Tag::CREATE_WITH_SURFACE_PARENT, in createWithSurfaceParent()
78 &ISurfaceComposerClient::clearLayerFrameStats)>(Tag::CLEAR_LAYER_FRAME_STATS, in clearLayerFrameStats()
84 &ISurfaceComposerClient::getLayerFrameStats)>(Tag::GET_LAYER_FRAME_STATS, handle, in getLayerFrameStats()
90 return callRemote<decltype(&ISurfaceComposerClient::mirrorSurface)>(Tag::MIRROR_SURFACE, in mirrorSurface()
112 return callLocal(data, reply, &ISurfaceComposerClient::createSurface); in onTransact()
114 return callLocal(data, reply, &ISurfaceComposerClient::createWithSurfaceParent); in onTransact()
116 return callLocal(data, reply, &ISurfaceComposerClient::clearLayerFrameStats); in onTransact()
118 return callLocal(data, reply, &ISurfaceComposerClient::getLayerFrameStats); in onTransact()
120 return callLocal(data, reply, &ISurfaceComposerClient::mirrorSurface); in onTransact()