Searched refs:PORT (Results 1 – 11 of 11) sorted by relevance
/trusty/user/base/interface/boot_done/generated/ |
D | IBootDone_CBp.cpp | 36 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/ |
D | IBootDone.aidl | 24 const String PORT = "com.android.trusty.boot_done.tidl"; field
|
/trusty/user/app/cast-auth/aidl/ |
D | ICastAuth.aidl | 2 const @utf8InCpp String PORT = "com.android.trusty.cast_auth"; field
|
/trusty/user/base/interface/boot_done/generated/include/ |
D | IBootDone.h | 7 static constexpr char PORT[] = "com.android.trusty.boot_done.tidl"; variable
|
/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/ |
D | IDeviceTree.aidl | 25 const String PORT = "com.android.trusty.device_tree"; field
|
/trusty/user/base/app/device_tree/ |
D | main.cpp | 66 hset, IDeviceTree::PORT().c_str(), in main()
|
/trusty/user/app/cast-auth/app/test-app/ |
D | main.cc | 237 rc = connect(ICastAuth::PORT().c_str(), IPC_CONNECT_WAIT_FOR_PORT); in CastAuthTest_SetUp()
|
/trusty/user/app/cast-auth/app/ |
D | cast_auth_impl.cc | 239 hset, ICastAuth::PORT().c_str(), in runService()
|
/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 172 hset, ITestService::PORT().c_str(), in main()
|
/trusty/user/app/sample/binder-test/client/ |
D | main.cpp | 47 rc = connect(ITestService::PORT().c_str(), IPC_CONNECT_WAIT_FOR_PORT); in BinderTest_SetUp()
|
/trusty/kernel/lib/shared/device_tree/client/ |
D | device_tree.cpp | 58 IDeviceTree::PORT().c_str(); in device_tree_get_service()
|