Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp161 surfaceControls) { in addCallbackFunction()
168 auto& callbackSurfaceControls = mCallbacks[callbackId].surfaceControls; in addCallbackFunction()
170 for (const auto& surfaceControl : surfaceControls) { in addCallbackFunction()
183 mCallbacks[callbackId].surfaceControls.emplace(std::piecewise_construct, in addSurfaceControlToCallbacks()
224 .surfaceControls[surfaceStats.surfaceControl], in onTransactionCompleted()
229 if (callbacksMap[callbackId].surfaceControls[surfaceStats.surfaceControl]) { in onTransactionCompleted()
231 .surfaceControls[surfaceStats.surfaceControl] in onTransactionCompleted()
422 listenerCallbacks[listener].surfaceControls.insert(surface); in readFromParcel()
495 parcel->writeUint32(static_cast<uint32_t>(callbackInfo.surfaceControls.size())); in writeToParcel()
496 for (auto surfaceControl : callbackInfo.surfaceControls) { in writeToParcel()
[all …]
/frameworks/base/native/android/
Dsurface_control.cpp231 SurfaceControl** surfaceControls = new SurfaceControl*[size]; in ASurfaceTransactionStats_getASurfaceControls() local
232 ASurfaceControl** aSurfaceControls = reinterpret_cast<ASurfaceControl**>(surfaceControls); in ASurfaceTransactionStats_getASurfaceControls()
276 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls() local
277 delete[] surfaceControls; in ASurfaceTransactionStats_releaseASurfaceControls()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h338 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member
635 surfaceControls; member
649 surfaceControls);
/frameworks/native/services/surfaceflinger/tests/
DIPC_test.cpp328 auto remoteListenerScs = remoteCallbackInfo.surfaceControls; in TEST_F()