Home
last modified time | relevance | path

Searched refs:tmpBinder (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DLayerState.cpp249 sp<IBinder> tmpBinder; in read() local
250 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()
251 cachedBuffer.token = tmpBinder; in read()
280 tmpBinder = nullptr; in read()
281 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()
282 if (tmpBinder) { in read()
283 releaseBufferListener = checked_interface_cast<ITransactionCompletedListener>(tmpBinder); in read()
350 sp<IBinder> tmpBinder; in read() local
351 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()
352 surface = interface_cast<IGraphicBufferProducer>(tmpBinder); in read()
H A DISurfaceComposer.cpp1316 sp<IBinder> tmpBinder; in onTransact() local
1317 SAFE_PARCEL(data.readNullableStrongBinder, &tmpBinder); in onTransact()
1318 uncachedBuffer.token = tmpBinder; in onTransact()
1328 SAFE_PARCEL(data.readStrongBinder, &tmpBinder); in onTransact()
1331 listenerCallbacks.emplace_back(tmpBinder, callbackIds); in onTransact()