/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_host_transport.cc | 73 void LeAudioTransport::StopRequest() { in StopRequest() function in bluetooth::audio::host::le_audio::LeAudioTransport 195 void LeAudioSinkTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::host::le_audio::LeAudioSinkTransport 261 void LeAudioSourceTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::host::le_audio::LeAudioSourceTransport
|
D | le_audio_software_host_transport.h | 49 void StopRequest(); 94 void StopRequest(); 135 void StopRequest();
|
D | hfp_client_interface_unittest.cc | 139 void HfpTransport::StopRequest() {} in StopRequest() function in bluetooth::audio::aidl::hfp::HfpTransport 184 void HfpDecodingTransport::StopRequest() {} in StopRequest() function in bluetooth::audio::aidl::hfp::HfpDecodingTransport 196 void HfpEncodingTransport::StopRequest() {} in StopRequest() function in bluetooth::audio::aidl::hfp::HfpEncodingTransport
|
D | a2dp_encoding_host.h | 43 bool StopRequest();
|
D | le_audio_software_host.cc | 99 host::le_audio::LeAudioSinkTransport::instance->StopRequest(); in HostStopRequest() 139 host::le_audio::LeAudioSourceTransport::instance->StopRequest(); in PeerStopRequest()
|
D | a2dp_encoding_host.cc | 176 bool StopRequest() { in StopRequest() function
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | hfp_client_interface_aidl.cc | 157 void HfpTransport::StopRequest() { in StopRequest() function in bluetooth::audio::aidl::hfp::HfpTransport 280 void HfpDecodingTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::aidl::hfp::HfpDecodingTransport 304 void HfpEncodingTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::aidl::hfp::HfpEncodingTransport
|
D | hfp_client_interface_aidl.h | 55 void StopRequest(); 98 void StopRequest(); 138 void StopRequest();
|
D | le_audio_software_aidl.h | 77 void StopRequest(); 135 void StopRequest() override; 188 void StopRequest() override;
|
D | le_audio_software_aidl.cc | 133 void LeAudioTransport::StopRequest() { in StopRequest() function in bluetooth::audio::aidl::le_audio::LeAudioTransport 341 void LeAudioSinkTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::aidl::le_audio::LeAudioSinkTransport 429 void LeAudioSourceTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::aidl::le_audio::LeAudioSourceTransport
|
D | transport_instance.h | 79 virtual void StopRequest() = 0;
|
D | hearing_aid_software_encoding_aidl.cc | 77 void StopRequest() override { in StopRequest() function in __anon50790cfa0111::HearingAidTransport
|
D | bluetooth_audio_port_impl.cc | 67 transport_instance_->StopRequest(); in stopStream()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | le_audio_software_hidl.cc | 144 void LeAudioTransport::StopRequest() { in StopRequest() function in bluetooth::audio::hidl::le_audio::LeAudioTransport 270 void LeAudioSinkTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::hidl::le_audio::LeAudioSinkTransport 341 void LeAudioSourceTransport::StopRequest() { transport_->StopRequest(); } in StopRequest() function in bluetooth::audio::hidl::le_audio::LeAudioSourceTransport
|
D | le_audio_software_hidl.h | 65 void StopRequest(); 112 void StopRequest() override; 154 void StopRequest() override;
|
D | hearing_aid_software_encoding_hidl.cc | 80 void StopRequest() override { in StopRequest() function in __anonc3088a280111::HearingAidTransport
|
D | client_interface_hidl.h | 117 virtual void StopRequest() = 0;
|
D | client_interface_hidl_unittest.cc | 149 void StopRequest() override {} in StopRequest() function in __anon6183b19b0111::TestSinkTransport 184 void StopRequest() override {} in StopRequest() function in __anon6183b19b0111::TestSourceTransport
|
D | a2dp_encoding_hidl.cc | 150 void StopRequest() override { in StopRequest() function in bluetooth::audio::hidl::a2dp::__anon198a7c7a0211::A2dpTransport
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | asha.proto | 36 rpc Stop(StopRequest) returns (StopResponse); 83 message StopRequest { message
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | transport_instance.h | 71 virtual void StopRequest() = 0;
|
D | bluetooth_audio_port_impl.cc | 69 transport_instance_->StopRequest(); in stopStream()
|
D | a2dp_encoding_aidl.cc | 71 void StopRequest() override; 183 void A2dpTransport::StopRequest() { in StopRequest() function in bluetooth::audio::aidl::a2dp::__anon2fe4f2220311::A2dpTransport
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_client_interface_fuzzer.cpp | 154 void StopRequest() override {} in StopRequest() function in TestSinkTransport 183 void StopRequest() override {} in StopRequest() function in TestSourceTransport
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Asha.kt | 213 override fun stop(request: StopRequest, responseObserver: StreamObserver<StopResponse>) { in stop()
|