Home
last modified time | relevance | path

Searched refs:CaptureAudio (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dasha.proto30 rpc CaptureAudio(CaptureAudioRequest) returns (stream CaptureAudioResponse); rpc
47 // Request of the `CaptureAudio` method.
53 // Response of the `CaptureAudio` method.
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dasha.py223 async def CaptureAudio( member in AshaService
/packages/modules/Bluetooth/floss/pandora/server/
Da2dp.py250 async def CaptureAudio(self, request: a2dp_pb2.CaptureAudioRequest, member in A2DPService
/packages/modules/Bluetooth/android/pandora/test/
Dasha_test.py213 captured_data = ref_asha.CaptureAudio(connection=connection, timeout=timeout)