Searched defs:adev_close (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c374 static int adev_close(hw_device_t *device) function
398 adev->hw_device.common.close = adev_close;
/hardware/libhardware/modules/audio/
H A Daudio_hw.c376 static int adev_close(hw_device_t *device) function
398 adev->device.common.close = adev_close;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp768 static int adev_close(hw_device_t *device) function in namespace:android
770 ALOGI("adev_close()");
791 rsxadev->device.common.close = adev_close;

Completed in 53 milliseconds