Home
last modified time | relevance | path

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

/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h95 return sp<IChild>(new BpChild(toBinder<IParent, BpParent>(parent))); in castInterface()
DHidlBinderSupport.h319 sp<IBinder> toBinder(sp<IType> iface) { in toBinder() function
/system/tools/hidl/
Dhidl-gen_y.yy124 "hidl_string", "hidl_vec", "hidl_array", "hidl_version", "toBinder", "castInterface",
/system/tools/hidl/test/
Dhidl_test_client.cpp1575 binder = ::android::hardware::toBinder<IBar, BpHwBar>(bar); in TEST_F()