Searched defs:BBinder (Results 1 - 2 of 2) sorted by path

/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);
/frameworks/native/libs/binder/
H A DBinder.cpp48 BBinder* IBinder::localBinder()
83 class BBinder::Extras
92 BBinder::BBinder() : mExtras(nullptr) function in class:android::BBinder
96 bool BBinder::isBinderAlive() const
101 status_t BBinder::pingBinder()
106 const String16& BBinder::getInterfaceDescriptor() const
111 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
115 status_t BBinder::transact(
137 status_t BBinder
[all...]

Completed in 1576 milliseconds