Home
last modified time | relevance | path

Searched refs:PORT (Results 1 – 11 of 11) sorted by relevance

/trusty/user/base/interface/boot_done/generated/
DIBootDone_CBp.cpp36 rc = boot_done.connect(IBootDone::PORT, IPC_CONNECT_WAIT_FOR_PORT); in boot_done_connect()
38 TLOGE("Failed to connect to %s: %d\n", IBootDone::PORT, rc); in boot_done_connect()
/trusty/user/base/interface/boot_done/
DIBootDone.aidl24 const String PORT = "com.android.trusty.boot_done.tidl"; field
/trusty/user/app/cast-auth/aidl/
DICastAuth.aidl2 const @utf8InCpp String PORT = "com.android.trusty.cast_auth"; field
/trusty/user/base/interface/boot_done/generated/include/
DIBootDone.h7 static constexpr char PORT[] = "com.android.trusty.boot_done.tidl"; variable
/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/
DIDeviceTree.aidl25 const String PORT = "com.android.trusty.device_tree"; field
/trusty/user/base/app/device_tree/
Dmain.cpp66 hset, IDeviceTree::PORT().c_str(), in main()
/trusty/user/app/cast-auth/app/test-app/
Dmain.cc237 rc = connect(ICastAuth::PORT().c_str(), IPC_CONNECT_WAIT_FOR_PORT); in CastAuthTest_SetUp()
/trusty/user/app/cast-auth/app/
Dcast_auth_impl.cc239 hset, ICastAuth::PORT().c_str(), in runService()
/trusty/user/app/sample/binder-test/service/
Dmain.cpp172 hset, ITestService::PORT().c_str(), in main()
/trusty/user/app/sample/binder-test/client/
Dmain.cpp47 rc = connect(ITestService::PORT().c_str(), IPC_CONNECT_WAIT_FOR_PORT); in BinderTest_SetUp()
/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp58 IDeviceTree::PORT().c_str(); in device_tree_get_service()