Home
last modified time | relevance | path

Searched refs:BpDittoBinder (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/src/
Dbinder.cpp24 BpDittoBinder::BpDittoBinder(const sp<IBinder>& impl) : BpInterface<IDittoBinder>(impl) { in BpDittoBinder() function in dittosuite::BpDittoBinder
28 void BpDittoBinder::async() { in async()
36 int8_t BpDittoBinder::sync(int8_t c) { in sync()
50 void BpDittoBinder::start() { in start()
58 void BpDittoBinder::end() { in end()
78 intr = new BpDittoBinder(obj); in asInterface()
/test/dittosuite/include/ditto/
Dbinder.h60 class BpDittoBinder : public BpInterface<IDittoBinder> {
62 BpDittoBinder(const sp<IBinder>& impl);