Searched refs:tmpBinder (Results 1 – 2 of 2) sorted by relevance
249 sp<IBinder> tmpBinder; in read() local250 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() local351 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()352 surface = interface_cast<IGraphicBufferProducer>(tmpBinder); in read()
1316 sp<IBinder> tmpBinder; in onTransact() local1317 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()