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

1 2

  /frameworks/base/include/binder/
Binder.h 25 class BBinder : public IBinder
28 BBinder();
56 virtual BBinder* localBinder();
59 virtual ~BBinder();
67 BBinder(const BBinder& o);
68 BBinder& operator=(const BBinder& o);
IBinder.h 32 class BBinder;
146 virtual BBinder* localBinder();
IInterface.h 50 class BnInterface : public INTERFACE, public BBinder
IPCThreadState.h 111 Vector<BBinder*> mPendingStrongDerefs;
  /frameworks/base/libs/binder/
Binder.cpp 46 BBinder* IBinder::localBinder()
63 class BBinder::Extras
72 BBinder::BBinder()
77 bool BBinder::isBinderAlive() const
82 status_t BBinder::pingBinder()
87 const String16& BBinder::getInterfaceDescriptor() const
92 LOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
96 status_t BBinder::transact(
118 status_t BBinder::linkToDeath
    [all...]
IPermissionController.cpp 74 return BBinder::onTransact(code, data, reply, flags);
IPCThreadState.cpp 449 BBinder* obj = mPendingStrongDerefs[i];
884 sp<BBinder> the_context_object;
886 void setTheContextObject(sp<BBinder> obj)
893 BBinder* obj;
907 obj = (BBinder*)mIn.readInt32();
923 obj = (BBinder*)mIn.readInt32();
936 obj = (BBinder*)mIn.readInt32();
945 obj = (BBinder*)mIn.readInt32();
947 // longer exist (thus the (BBinder*)cast above resulting in a different
957 obj = (BBinder*)mIn.readInt32()
    [all...]
  /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/base/libs/gui/
ISurface.cpp 62 return BBinder::onTransact(code, data, reply, flags);
IGraphicBufferAlloc.cpp 81 class BufferReference : public BBinder {
112 return BBinder::onTransact(code, data, reply, flags);
ISensorServer.cpp 98 return BBinder::onTransact(code, data, reply, flags);
ISensorEventConnection.cpp 107 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/drm/common/
IDrmServiceListener.cpp 58 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/libs/camera/
ICameraRecordingProxyListener.cpp 68 return BBinder::onTransact(code, data, reply, flags);
ICameraRecordingProxy.cpp 102 return BBinder::onTransact(code, data, reply, flags);
ICameraService.cpp 101 return BBinder::onTransact(code, data, reply, flags);
ICameraClient.cpp 125 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/media/libmedia/
IMediaPlayerClient.cpp 74 return BBinder::onTransact(code, data, reply, flags);
IMediaRecorderClient.cpp 66 return BBinder::onTransact(code, data, reply, flags);
IAudioRecord.cpp 102 return BBinder::onTransact(code, data, reply, flags);
IAudioFlingerClient.cpp 95 return BBinder::onTransact(code, data, reply, flags);
IEffectClient.cpp 138 return BBinder::onTransact(code, data, reply, flags);
IStreamSource.cpp 113 return BBinder::onTransact(code, data, reply, flags);
186 return BBinder::onTransact(code, data, reply, flags);

Completed in 934 milliseconds

1 2