Home
last modified time | relevance | path

Searched refs:surfaceControls (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp167 surfaceControls, in addCallbackFunction()
174 auto& callbackSurfaceControls = mCallbacks[callbackId].surfaceControls; in addCallbackFunction()
176 for (const auto& surfaceControl : surfaceControls) { in addCallbackFunction()
237 mCallbacks[callbackId].surfaceControls.emplace(std::piecewise_construct, in addSurfaceControlToCallbacks()
284 .surfaceControls[surfaceStats.surfaceControl], in onTransactionCompleted()
309 .surfaceControls[surfaceStats.surfaceControl], in onTransactionCompleted()
314 if (callbacksMap[callbackId].surfaceControls[surfaceStats.surfaceControl]) { in onTransactionCompleted()
316 .surfaceControls[surfaceStats.surfaceControl] in onTransactionCompleted()
596 listenerCallbacks[listener].surfaceControls.insert(surface); in readFromParcel()
675 parcel->writeUint32(static_cast<uint32_t>(callbackInfo.surfaceControls.size())); in writeToParcel()
[all …]
/frameworks/base/native/android/
Dsurface_control.cpp233 SurfaceControl** surfaceControls = new SurfaceControl*[size]; in ASurfaceTransactionStats_getASurfaceControls() local
234 ASurfaceControl** aSurfaceControls = reinterpret_cast<ASurfaceControl**>(surfaceControls); in ASurfaceTransactionStats_getASurfaceControls()
280 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls() local
281 delete[] surfaceControls; in ASurfaceTransactionStats_releaseASurfaceControls()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h344 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member
669 surfaceControls; member
702 surfaceControls,
/frameworks/native/services/surfaceflinger/tests/
DIPC_test.cpp327 auto remoteListenerScs = remoteCallbackInfo.surfaceControls; in TEST_F()