HomeSort by relevance Sort by last modified time
    Searched defs:audio_device (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/voice_engine/
shared_data.h 15 #include "webrtc/modules/audio_device/include/audio_device.h"
40 AudioDeviceModule* audio_device() { return _audioDevicePtr; } function in class:webrtc::voe::SharedData
41 void set_audio_device(AudioDeviceModule* audio_device);
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 26 #include "webrtc/modules/audio_device/audio_device_impl.h"
27 #include "webrtc/modules/audio_device/include/audio_device.h"
28 #include "webrtc/modules/audio_device/ios/audio_device_ios.h"
506 audio_device()->GetPlayoutAudioParameters(&playout_parameters_));
507 EXPECT_EQ(0, audio_device()->GetRecordAudioParameters(&record_parameters_));
525 rtc::scoped_refptr<AudioDeviceModule> audio_device() const { function in class:webrtc::AudioDeviceTest
549 snprintf(fname, sizeof(fname), "audio_device/audio_short%d",
568 EXPECT_FALSE(audio_device()->PlayoutIsInitialized());
569 EXPECT_FALSE(audio_device()->Playing())
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 114 struct audio_device { struct
142 struct audio_device *dev;
226 struct audio_device *adev = out->dev;
379 struct audio_device *adev = out->dev;
473 struct audio_device *adev = out->dev;
496 struct audio_device *adev = out->dev;
684 struct audio_device *adev = (struct audio_device *)dev;
916 struct audio_device *adev;
923 adev = calloc(1, sizeof(struct audio_device));
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 25 #include "webrtc/modules/audio_device/android/audio_common.h"
26 #include "webrtc/modules/audio_device/android/audio_manager.h"
27 #include "webrtc/modules/audio_device/android/build_info.h"
28 #include "webrtc/modules/audio_device/android/ensure_initialized.h"
29 #include "webrtc/modules/audio_device/audio_device_impl.h"
30 #include "webrtc/modules/audio_device/include/audio_device.h"
541 rtc::scoped_refptr<AudioDeviceModule> audio_device() const { function in class:webrtc::AudioDeviceTest
575 "audio_device/audio_short%d",
595 EXPECT_EQ(0, audio_device()->ActiveAudioLayer(&audio_layer))
601 rtc::scoped_refptr<AudioDeviceModule> audio_device; local
611 rtc::scoped_refptr<AudioDeviceModule> audio_device; local
    [all...]
  /hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c 75 struct audio_device { struct
101 struct audio_device *dev; /* hardware information - only using this for the lock */
103 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */
126 struct audio_device *dev; /* hardware information - only using this for the lock */
128 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */
147 * stream_in or stream_out mutex first, followed by the audio_device mutex.
592 struct audio_device *adev = (struct audio_device *)dev;
1003 in->dev = (struct audio_device *)dev;
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 51 struct audio_device { struct
85 struct audio_device *adev; /* hardware information - only using this for the lock */
87 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */
116 struct audio_device *adev; /* hardware information - only using this for the lock */
118 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */
146 * stream_in or stream_out mutex first, followed by the audio_device mutex.
166 static void device_lock(struct audio_device *adev) {
170 static int device_try_lock(struct audio_device *adev) {
174 static void device_unlock(struct audio_device *adev) {
182 struct audio_device* adev, struct listnode* list, struct listnode* stream_node)
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.h 242 struct audio_device* dev;
286 struct audio_device* dev;
309 struct audio_device { struct
346 * lock_inputs, stream_in, stream_out, and then audio_device.
  /device/htc/flounder/audio/hal/
audio_hw.h 301 struct audio_device* dev;
306 // in sync with the one known by the audio_device. When different from the generation stored
307 // in the audio_device the output stream must release the echo reference.
364 struct audio_device* dev;
388 struct audio_device { struct
415 // in sync with the one known by the audio_device.
449 * lock_inputs, stream_in, stream_out, audio_device, then tfa9895 mutex.
  /hardware/qcom/audio/hal/
audio_hw.h 209 struct audio_device *dev;
238 struct audio_device *dev;
279 struct audio_device { struct
340 int select_devices(struct audio_device *adev,
343 int disable_audio_route(struct audio_device *adev,
346 int disable_snd_device(struct audio_device *adev,
349 int enable_snd_device(struct audio_device *adev,
352 int enable_audio_route(struct audio_device *adev,
355 struct audio_usecase *get_usecase_from_list(struct audio_device *adev,
365 * stream_in or stream_out mutex first, followed by the audio_device mutex
    [all...]
audio_hw.c 232 static int set_voice_volume_l(struct audio_device *adev, float volume);
233 static struct audio_device *adev = NULL;
239 static bool may_use_noirq_mode(struct audio_device *adev, audio_usecase_t uc_id,
262 struct audio_device *adev = out->dev;
285 struct audio_device *adev = in->dev;
306 struct audio_device *adev = out->dev;
323 struct audio_device *adev = in->dev;
340 struct audio_device *adev = out->dev;
348 struct audio_device *adev = in->dev;
534 int enable_audio_route(struct audio_device *adev
3525 const audio_devices_t audio_device = local
    [all...]

Completed in 2875 milliseconds