Searched refs:surfaceControlHandle (Results 1 – 6 of 6) sorted by relevance
50 return parcel->writeStrongBinder(surfaceControlHandle); in writeToParcel()73 surfaceControlHandle = parcel->readStrongBinder(); in readFromParcel()
47 sp<IBinder> surfaceControlHandle; variable
353 surfaceShim.surfaceControlHandle); in nativeReadFromParcel()377 surfaceShim.surfaceControlHandle = self->getSurfaceControlHandle(); in nativeWriteToParcel()
94 const sp<IBinder>& surfaceControlHandle = nullptr);
631 sp<IBinder> surfaceControlHandle; in readFromParcel() local632 SAFE_PARCEL(parcel->readStrongBinder, &surfaceControlHandle); in readFromParcel()639 composerStates[surfaceControlHandle] = composerState; in readFromParcel()
66 const sp<IBinder>& surfaceControlHandle) in Surface() argument115 mSurfaceControlHandle = surfaceControlHandle; in Surface()