HomeSort by relevance Sort by last modified time
    Searched refs:adev (Results 1 - 3 of 3) sorted by null

  /device/samsung/tuna/audio/
audio_hw.c 565 static void select_output_device(struct tuna_audio_device *adev);
566 static void select_input_device(struct tuna_audio_device *adev);
617 static int start_call(struct tuna_audio_device *adev)
621 pcm_config_vx.rate = adev->wb_amr ? VX_WB_SAMPLING_RATE : VX_NB_SAMPLING_RATE;
624 if (adev->pcm_modem_dl == NULL) {
625 adev->pcm_modem_dl = pcm_open(0, PORT_MODEM, PCM_OUT, &pcm_config_vx);
626 if (!pcm_is_ready(adev->pcm_modem_dl)) {
627 LOGE("cannot open PCM modem DL stream: %s", pcm_get_error(adev->pcm_modem_dl));
632 if (adev->pcm_modem_ul == NULL) {
633 adev->pcm_modem_ul = pcm_open(0, PORT_MODEM, PCM_IN, &pcm_config_vx)
683 struct tuna_audio_device *adev = (struct tuna_audio_device *)data; local
1107 struct tuna_audio_device *adev = out->dev; local
1341 struct tuna_audio_device *adev = out->dev; local
1394 struct tuna_audio_device *adev = out->dev; local
1480 struct tuna_audio_device *adev = out->dev; local
1638 struct tuna_audio_device *adev = in->dev; local
1716 struct tuna_audio_device *adev = in->dev; local
1761 struct tuna_audio_device *adev = in->dev; local
2123 struct tuna_audio_device *adev = in->dev; local
2329 struct tuna_audio_device *adev = (struct tuna_audio_device *)dev; local
2393 struct tuna_audio_device *adev = (struct tuna_audio_device *)dev; local
2410 struct tuna_audio_device *adev = (struct tuna_audio_device *)dev; local
2424 struct tuna_audio_device *adev = (struct tuna_audio_device *)dev; local
2433 struct tuna_audio_device *adev = (struct tuna_audio_device *)dev; local
2557 struct tuna_audio_device *adev = (struct tuna_audio_device *)device; local
2593 struct tuna_audio_device *adev; local
    [all...]
  /hardware/libhardware/modules/audio/
audio_hw.c 385 struct stub_audio_device *adev; local
391 adev = calloc(1, sizeof(struct stub_audio_device));
392 if (!adev)
395 adev->device.common.tag = HARDWARE_DEVICE_TAG;
396 adev->device.common.version = 0;
397 adev->device.common.module = (struct hw_module_t *) module;
398 adev->device.common.close = adev_close;
400 adev->device.get_supported_devices = adev_get_supported_devices;
401 adev->device.init_check = adev_init_check;
402 adev->device.set_voice_volume = adev_set_voice_volume
    [all...]
  /external/bluetooth/bluez/audio/
android_audio_hw.c 605 struct adev_a2dp *adev = (struct adev_a2dp *)dev; local
609 pthread_mutex_lock(&adev->lock);
612 if (adev->output) {
652 out->bt_enabled = adev->bt_enabled;
653 out->suspended = adev->suspended;
682 if (adev->bt_enabled)
685 adev->output = out;
694 pthread_mutex_unlock(&adev->lock);
704 pthread_mutex_unlock(&adev->lock);
709 /* needs the adev->lock held *
713 struct adev_a2dp *adev = (struct adev_a2dp *)dev; local
747 struct adev_a2dp *adev = (struct adev_a2dp *)dev; local
757 struct adev_a2dp *adev = (struct adev_a2dp *)dev; local
792 struct adev_a2dp *adev = (struct adev_a2dp *)dev; local
885 struct adev_a2dp *adev = (struct adev_a2dp *)device; local
904 struct adev_a2dp *adev; local
    [all...]

Completed in 34 milliseconds