Searched refs:BBinder (Results 1 - 25 of 75) sorted by relevance

123

/frameworks/native/libs/binder/
H A DBinder.cpp47 BBinder* IBinder::localBinder()
64 class BBinder::Extras
73 BBinder::BBinder() function in class:android::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
[all...]
H A DIAppOpsCallback.cpp65 return BBinder::onTransact(code, data, reply, flags);
H A DIPermissionController.cpp73 return BBinder::onTransact(code, data, reply, flags);
/frameworks/native/include/binder/
H A DBinder.h27 class BBinder : public IBinder class in namespace:android
30 BBinder();
58 virtual BBinder* localBinder();
61 virtual ~BBinder();
69 BBinder(const BBinder& o);
70 BBinder& operator=(const BBinder& o);
H A DIBinder.h32 class BBinder;
139 virtual BBinder* localBinder();
/frameworks/base/libs/storage/
H A DIMountShutdownObserver.cpp38 return BBinder::onTransact(code, data, reply, flags);
H A DIMountServiceListener.cpp48 return BBinder::onTransact(code, data, reply, flags);
H A DIObbActionListener.cpp54 return BBinder::onTransact(code, data, reply, flags);
/frameworks/native/libs/gui/
H A DIProducerListener.cpp50 return BBinder::onTransact(code, data, reply, flags);
H A DIGraphicBufferAlloc.cpp81 class BufferReference : public BBinder {
112 return BBinder::onTransact(code, data, reply, flags);
H A DIConsumerListener.cpp86 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp68 return BBinder::onTransact(code, data, reply, flags);
H A DICameraServiceListener.cpp83 return BBinder::onTransact(code, data, reply, flags);
H A DICameraRecordingProxy.cpp102 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp58 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libmedia/
H A DIAudioPolicyServiceClient.cpp77 return BBinder::onTransact(code, data, reply, flags);
H A DIAudioRecord.cpp90 return BBinder::onTransact(code, data, reply, flags);
H A DIDrmClient.cpp77 return BBinder::onTransact(code, data, reply, flags);
H A DIMediaPlayerClient.cpp74 return BBinder::onTransact(code, data, reply, flags);
H A DIMediaRecorderClient.cpp66 return BBinder::onTransact(code, data, reply, flags);
H A DIRemoteDisplay.cpp90 return BBinder::onTransact(code, data, reply, flags);
H A DIMediaLogService.cpp88 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.cpp76 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp60 sp<IBinder> binder = new BBinder();
/frameworks/av/soundtrigger/
H A DISoundTriggerClient.cpp104 return BBinder::onTransact(code, data, reply, flags);

Completed in 269 milliseconds

123