HomeSort by relevance Sort by last modified time
    Searched refs:BBinder (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /frameworks/native/include/binder/
Binder.h 27 class BBinder : public IBinder
30 BBinder();
58 virtual BBinder* localBinder();
61 virtual ~BBinder();
69 BBinder(const BBinder& o);
70 BBinder& operator=(const BBinder& o);
IBinder.h 32 class BBinder;
139 virtual BBinder* localBinder();
  /frameworks/native/libs/binder/
Binder.cpp 47 BBinder* IBinder::localBinder()
64 class BBinder::Extras
73 BBinder::BBinder()
78 bool BBinder::isBinderAlive() const
83 status_t BBinder::pingBinder()
88 const String16& BBinder::getInterfaceDescriptor() const
93 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
97 status_t BBinder::transact(
119 status_t BBinder::linkToDeath
    [all...]
IAppOpsCallback.cpp 65 return BBinder::onTransact(code, data, reply, flags);
IPermissionController.cpp 73 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/libs/storage/
IMountShutdownObserver.cpp 38 return BBinder::onTransact(code, data, reply, flags);
IMountServiceListener.cpp 48 return BBinder::onTransact(code, data, reply, flags);
IObbActionListener.cpp 54 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/libs/gui/
IProducerListener.cpp 50 return BBinder::onTransact(code, data, reply, flags);
IGraphicBufferAlloc.cpp 81 class BufferReference : public BBinder {
112 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 68 return BBinder::onTransact(code, data, reply, flags);
ICameraServiceListener.cpp 83 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 58 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libmedia/
IAudioPolicyServiceClient.cpp 77 return BBinder::onTransact(code, data, reply, flags);
IAudioRecord.cpp 90 return BBinder::onTransact(code, data, reply, flags);
IDrmClient.cpp 77 return BBinder::onTransact(code, data, reply, flags);
IMediaPlayerClient.cpp 74 return BBinder::onTransact(code, data, reply, flags);
IMediaRecorderClient.cpp 66 return BBinder::onTransact(code, data, reply, flags);
IRemoteDisplay.cpp 90 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 76 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8084/libqservice/
IQClient.cpp 77 return BBinder::onTransact(code, data, reply, flags);
IQHDMIClient.cpp 96 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8226/libqservice/
IQClient.cpp 77 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8960/libqservice/
IQClient.cpp 71 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8974/libqservice/
IQClient.cpp 71 return BBinder::onTransact(code, data, reply, flags);

Completed in 326 milliseconds

1 2 3 4