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

  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 36 const char *dev_path = "/dev/uhid"; variable
262 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC);
289 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC);
  /hardware/qcom/audio/hal/
audio_hw.c 294 const char * dev_path = platform_get_snd_device_name(snd_device); local
295 ALOGD("%s: snd_device(%d: %s)", __func__, snd_device, dev_path);
296 audio_route_apply_and_update_path(adev->audio_route, dev_path);
315 const char * dev_path = platform_get_snd_device_name(snd_device); local
316 ALOGD("%s: snd_device(%d: %s)", __func__, snd_device, dev_path);
317 audio_route_reset_and_update_path(adev->audio_route, dev_path);
    [all...]

Completed in 374 milliseconds