HomeSort by relevance Sort by last modified time
    Searched refs:registerForNotifications (Results 1 - 22 of 22) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
PstnPhoneCapabilitiesNotifier.java 67 registerForNotifications();
75 private void registerForNotifications() {
PstnIncomingCallNotifier.java 98 registerForNotifications();
108 private void registerForNotifications() {
  /system/bt/service/doc/
IBluetoothGattClient.txt 143 boolean registerForNotifications(in int client_id,
  /system/libhidl/transport/manager/1.0/
IServiceManager.hal 126 registerForNotifications(string fqName,
  /system/hwservicemanager/
ServiceManager.h 43 Return<bool> registerForNotifications(const hidl_string& fqName,
ServiceManager.cpp 310 Return<bool> ServiceManager::registerForNotifications(const hidl_string& fqName,
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.h 74 virtual bool registerForNotifications(
86 virtual bool registerForNotifications(
90 return hardware::camera::provider::V2_4::ICameraProvider::registerForNotifications(
CameraProviderManager.cpp 61 bool success = mServiceProxy->registerForNotifications(
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java 175 registerForNotifications();
215 private void registerForNotifications() {
  /system/libhidl/transport/
ServiceManagement.cpp 332 Return<bool> registerForNotifications(const hidl_string& /* fqName */,
438 Return<bool> ret = manager->registerForNotifications(interface, instanceName, waiter);
  /frameworks/native/cmds/lshal/
test.cpp 94 MOCK_METHOD3(registerForNotifications, R<bool>(String, String, const sp<IServiceNotification>&));
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_test_utils.cpp 107 if (!ISupplicant::registerForNotifications(instance_name, this)) {
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 130 registerForNotifications();
171 private void registerForNotifications() {
  /frameworks/av/services/camera/libcameraservice/tests/
CameraProviderManagerTest.cpp 170 virtual bool registerForNotifications(
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HalDeviceManagerTest.java 121 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
    [all...]
SupplicantStaIfaceHalTest.java 164 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 119 .registerForNotifications("android.hardware.usb@1.0::IUsb",
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java 178 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
    [all...]
  /system/tools/hidl/test/
hidl_test_client.cpp 627 EXPECT_TRUE(IParent::registerForNotifications(instanceName, notification));
658 EXPECT_TRUE(ISimple::registerForNotifications("", notification));
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HalDeviceManager.java 581 if (!mServiceManager.registerForNotifications(IWifi.kInterfaceName, "",
    [all...]
SupplicantStaIfaceHal.java 190 /* TODO(b/33639391) : Use the new ISupplicant.registerForNotifications() once it
192 if (!mIServiceManager.registerForNotifications(
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java 161 /* TODO(b/33639391) : Use the new ISupplicant.registerForNotifications() once it
163 if (!mIServiceManager.registerForNotifications(
    [all...]

Completed in 504 milliseconds