Searched refs:listen_dev (Results 1 – 1 of 1) sorted by relevance
96 static struct listen_audio_device *listen_dev; variable116 if (listen_dev) { in audio_extn_listen_update_device_status()123 listen_dev->notify_event(AUDIO_DEVICE_IN_INACTIVE); in audio_extn_listen_update_device_status()126 listen_dev->notify_event(AUDIO_DEVICE_IN_ACTIVE); in audio_extn_listen_update_device_status()150 if (listen_dev) { in audio_extn_listen_update_stream_status()157 listen_dev->notify_event(AUDIO_STREAM_OUT_INACTIVE); in audio_extn_listen_update_stream_status()160 listen_dev->notify_event(AUDIO_STREAM_OUT_ACTIVE); in audio_extn_listen_update_stream_status()174 if (listen_dev) { in audio_extn_listen_set_parameters()177 listen_dev->listen_set_parameters(&adev->device, kv_pairs); in audio_extn_listen_set_parameters()200 listen_dev = (struct listen_audio_device*) in audio_extn_listen_init()[all …]