Home
last modified time | relevance | path

Searched refs:LazyTestServiceCb (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/lazy_test/
DLazyTestServiceCb.h25 class LazyTestServiceCb : public BnLazyTestServiceCb {
27 LazyTestServiceCb() : mFd(-1) {} in LazyTestServiceCb() function
28 virtual ~LazyTestServiceCb() {} in ~LazyTestServiceCb()
DServerCb.cpp30 using android::binder::LazyTestServiceCb;
34 sp<LazyTestServiceCb> service = new LazyTestServiceCb(); in main()
DLazyTestServiceCb.cpp25 void LazyTestServiceCb::setCustomActiveServicesCallback() { in setCustomActiveServicesCallback()
63 Status LazyTestServiceCb::setEventFd(const ::android::os::ParcelFileDescriptor& parcelFd) { in setEventFd()
DAndroid.bp63 "LazyTestServiceCb.cpp",