Searched refs:adev (Results 1 - 1 of 1) sorted by relevance

/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c1364 struct a2dp_audio_device *adev; local
1376 adev = calloc(1, sizeof(struct a2dp_audio_device));
1378 if (!adev)
1381 adev->device.common.tag = HARDWARE_DEVICE_TAG;
1382 adev->device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
1383 adev->device.common.module = (struct hw_module_t *) module;
1384 adev->device.common.close = adev_close;
1386 adev->device.init_check = adev_init_check;
1387 adev->device.set_voice_volume = adev_set_voice_volume;
1388 adev
[all...]

Completed in 5 milliseconds