Searched refs:OnOwnAddressResponse (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.h | 218 virtual void OnOwnAddressResponse(uint32_t broadcast_id, uint8_t addr_type,
|
D | mock_state_machine.h | 65 this->cb->OnOwnAddressResponse(this->cfg.broadcast_id, 0, RawAddress()); in MockBroadcastStateMachine()
|
D | state_machine_test.cc | 80 MOCK_METHOD((void), OnOwnAddressResponse, 412 EXPECT_CALL(*(sm_callbacks_.get()), OnOwnAddressResponse(broadcast_id, _, _)) in TEST_F()
|
D | state_machine.cc | 116 base::Bind(&IBroadcastStateMachineCallbacks::OnOwnAddressResponse, in RequestOwnAddress()
|
D | broadcaster.cc | 1019 void OnOwnAddressResponse(uint32_t broadcast_id, uint8_t addr_type, in OnOwnAddressResponse() function in __anon719d1fdc0111::LeAudioBroadcasterImpl::BroadcastStateMachineCallbacks
|