Home
last modified time | relevance | path

Searched refs:surfaceControlHandle (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/gui/view/
H A DSurface.cpp50 return parcel->writeStrongBinder(surfaceControlHandle); in writeToParcel()
73 surfaceControlHandle = parcel->readStrongBinder(); in readFromParcel()
/aosp12/frameworks/native/libs/gui/include/gui/view/
H A DSurface.h47 sp<IBinder> surfaceControlHandle; variable
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp353 surfaceShim.surfaceControlHandle); in nativeReadFromParcel()
377 surfaceShim.surfaceControlHandle = self->getSurfaceControlHandle(); in nativeWriteToParcel()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h94 const sp<IBinder>& surfaceControlHandle = nullptr);
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp631 sp<IBinder> surfaceControlHandle; in readFromParcel() local
632 SAFE_PARCEL(parcel->readStrongBinder, &surfaceControlHandle); in readFromParcel()
639 composerStates[surfaceControlHandle] = composerState; in readFromParcel()
H A DSurface.cpp66 const sp<IBinder>& surfaceControlHandle) in Surface() argument
115 mSurfaceControlHandle = surfaceControlHandle; in Surface()