HomeSort by relevance Sort by last modified time
    Searched refs:readNullableStrongBinder (Results 1 - 13 of 13) sorted by null

  /frameworks/native/services/surfaceflinger/
GpuService.cpp 52 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK)
54 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK)
  /frameworks/native/libs/gui/
SurfaceControl.cpp 189 parcel->readNullableStrongBinder(&gbp);
IGraphicBufferProducer.cpp 702 res = parcel->readNullableStrongBinder(&binder);
    [all...]
  /frameworks/native/libs/sensor/
ISensorServer.cpp 243 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) {
246 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) {
  /system/extras/perfprofd/binder_interface/
perfprofd_binder.cc 350 if ((status = _aidl_data.readNullableStrongBinder(&unusedCallback)) != OK)
352 if ((status = _aidl_data.readNullableStrongBinder(&resultReceiver)) != OK)
  /frameworks/native/libs/binder/include/binder/
Parcel.h 279 status_t readNullableStrongBinder(sp<IBinder>* val) const;
299 status_t readNullableStrongBinder(sp<T>* val) const;
689 status_t Parcel::readNullableStrongBinder(sp<T>* val) const {
691 status_t ret = readNullableStrongBinder(&tmp);
    [all...]
SafeInterface.h 124 return callParcel("readNullableStrongBinder",
125 [&]() { return parcel.readNullableStrongBinder(pointer); });
136 return callParcel("readNullableStrongBinder[IInterface]",
137 [&]() { return parcel.readNullableStrongBinder(pointer); });
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 180 error = reply.readNullableStrongBinder(&binder);
  /system/libhwbinder/include/hwbinder/
Parcel.h 156 status_t readNullableStrongBinder(sp<IBinder>* val) const;
  /system/libhwbinder/
Parcel.cpp     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 1098 return readNullableTypedVector(val, &Parcel::readNullableStrongBinder);
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 407 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) {
410 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]

Completed in 244 milliseconds