Searched refs:registerForNotifications (Results 1 – 7 of 7) sorted by relevance
/system/tools/hidl/test/vendor/1.0/ |
D | IVendor.hal | 38 registerForNotifications();
|
/system/hwservicemanager/ |
D | ServiceManager.h | 57 Return<bool> registerForNotifications(const hidl_string& fqName,
|
D | ServiceManager.cpp | 486 Return<bool> ServiceManager::registerForNotifications(const hidl_string& fqName, in registerForNotifications() function in android::hidl::manager::implementation::ServiceManager
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 126 registerForNotifications(string fqName,
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 504 Return<bool> registerForNotifications(const hidl_string& /* fqName */, in registerForNotifications() function 631 Return<bool> ret = mSm->registerForNotifications(mInterfaceName, mInstanceName, this); in onFirstRef()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 772 EXPECT_TRUE(IParent::registerForNotifications(instanceName, notification)); in TEST_F() 798 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F() 802 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F() 806 EXPECT_TRUE(IParent::registerForNotifications("", sNotification)); in TEST_F() 810 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F() 826 EXPECT_TRUE(ISimple::registerForNotifications("", notification)); in TEST_F()
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 143 boolean registerForNotifications(in int client_id,
|