Home
last modified time | relevance | path

Searched refs:setEventFd (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/test/lazy_test/
Dhidl_lazy_cb_test_server.cpp37 ::android::hardware::Return<bool> setEventFd(const hidl_handle& fds);
81 ::android::hardware::Return<bool> LazyCb::setEventFd(const hidl_handle& fds) { in setEventFd() function in LazyCb
Dhidl_lazy_test.cpp216 Return<bool> setEventFdRet = lazyCb->setEventFd(handle); in TEST_F()
/system/tools/aidl/tests/lazy_test/
DILazyTestServiceCb.aidl22 void setEventFd(in ParcelFileDescriptor parcelFd); in setEventFd() method
DLazyTestServiceCb.h30 ::android::binder::Status setEventFd(const ::android::os::ParcelFileDescriptor& parcelFd);
DLazyTestServiceCb.cpp63 Status LazyTestServiceCb::setEventFd(const ::android::os::ParcelFileDescriptor& parcelFd) { in setEventFd() function in android::binder::LazyTestServiceCb
Dmain.cpp235 ASSERT_TRUE(service->setEventFd(parcelEventFd).isOk()); in TEST_F()