/system/bt/gd/os/linux_generic/ |
D | reactor_unittest.cc | 101 reactor_->Unregister(reactable_); in OnReadReady() 147 reactor_->Unregister(reactable); in TEST_F() 162 reactor_->Unregister(reactable); in TEST_F() 178 reactor_->Unregister(reactable); in TEST_F() 186 reactor_->Unregister(reactable); in TEST_F() 211 reactor_->Unregister(reactable); in TEST_F() 233 reactor_->Unregister(reactable); in TEST_F() 260 reactor_->Unregister(reactable); in TEST_F()
|
D | handler.cc | 43 thread_->GetReactor()->Unregister(reactable_); in ~Handler()
|
D | alarm.cc | 44 thread_->GetReactor()->Unregister(token_); in ~Alarm()
|
D | repeating_alarm.cc | 44 thread_->GetReactor()->Unregister(token_); in ~RepeatingAlarm()
|
D | thread_unittest.cc | 93 reactor->Unregister(reactable); in TEST_F()
|
D | reactor.cc | 158 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister() function in bluetooth::os::Reactor
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothA2dpSink.aidl | 23 void Unregister(); in Unregister() method
|
D | IBluetoothA2dpSource.aidl | 24 void Unregister(); in Unregister() method
|
D | IBluetoothAvrcpControl.aidl | 23 void Unregister(int id); in Unregister() method
|
D | IBluetoothAvrcpTarget.aidl | 27 void Unregister(int id); in Unregister() method
|
/system/bt/gd/os/ |
D | reactor.h | 63 void Unregister(Reactable* reactable);
|
/system/bt/service/ipc/binder/ |
D | remote_callback_list.h | 63 bool Unregister(const android::sp<T>& callback); 138 bool RemoteCallbackList<T>::Unregister(const sp<T>& callback) { in Unregister() function
|
D | bluetooth_a2dp_sink_binder_server.h | 52 android::binder::Status Unregister() override;
|
D | remote_callback_map.h | 68 bool Unregister(const K& key); 152 bool RemoteCallbackMap<K, V>::Unregister(const K& key) { in Unregister() function
|
D | bluetooth_a2dp_source_binder_server.h | 53 android::binder::Status Unregister() override;
|
D | bluetooth_avrcp_control_binder_server.h | 50 android::binder::Status Unregister(int32_t id) override;
|
/system/bt/service/test/ |
D | low_energy_scanner_unittest.cc | 45 MOCK_METHOD1(Unregister, void(int)); 153 EXPECT_CALL(*mock_handler_, Unregister(_)).Times(1).WillOnce(Return()); in TearDown() 247 EXPECT_CALL(*mock_handler_, Unregister(scanner_if0)) in TEST_F()
|
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.cc | 423 c->self->Unregister(c->inst_id); in StartAdvertisingSet() 446 c->self->Unregister(c->inst_id); in StartAdvertisingSet() 470 c->self->Unregister(c->inst_id); in StartAdvertisingSetAfterAddressPart() 487 c->self->Unregister(c->inst_id); in StartAdvertisingSetAfterAddressPart() 519 c->self->Unregister(c->inst_id); in StartAdvertisingSetPeriodicPart() 533 c->self->Unregister(c->inst_id); in StartAdvertisingSetPeriodicPart() 547 c->self->Unregister(c->inst_id); in StartAdvertisingSetPeriodicPart() 575 c->self->Unregister(c->inst_id); in StartAdvertisingSetFinish() 849 void Unregister(uint8_t inst_id) override { in Unregister() function in __anonbc2499050111::BleAdvertisingManagerImpl
|
/system/libhidl/transport/manager/1.1/ |
D | IServiceManager.hal | 25 * Unregister for service notifications for a specific callback.
|
/system/bt/include/hardware/ |
D | ble_advertiser.h | 79 virtual void Unregister(uint8_t advertiser_id) = 0;
|
D | ble_scanner.h | 77 virtual void Unregister(int scanner_id) = 0;
|
/system/bt/btif/src/ |
D | btif_ble_advertiser.cc | 103 void Unregister(uint8_t advertiser_id) override { in Unregister() function in __anon4fb5604f0111::BleAdvertiserInterfaceImpl 112 BleAdvertisingManager::Get()->Unregister(advertiser_id); in Unregister()
|
/system/bt/stack/include/ |
D | ble_advertiser.h | 148 virtual void Unregister(uint8_t inst_id) = 0;
|
/system/bt/service/ |
D | low_energy_scanner.cc | 84 hal::BluetoothGattInterface::Get()->GetScannerHALInterface()->Unregister( in ~LowEnergyScanner()
|
/system/bt/stack/test/ |
D | ble_advertiser_test.cc | 214 BleAdvertisingManager::Get()->Unregister(5); in TEST_F() 291 BleAdvertisingManager::Get()->Unregister(advertiser_id); in TEST_F() 501 BleAdvertisingManager::Get()->Unregister(advertiser_id); in TEST_F() 783 BleAdvertisingManager::Get()->Unregister(advertiser_id); in TEST_F() 876 BleAdvertisingManager::Get()->Unregister(advertiser_id); in TEST_F() 1052 BleAdvertisingManager::Get()->Unregister(advertiser_id); in TEST_F()
|