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

  /external/chromium_org/extensions/browser/api/usb/
usb_apitest.cc 99 void set_device(UsbDevice* device) { device_ = device; } function in class:__anon12293::MockUsbDeviceHandle
121 mock_handle->set_device(this);
  /hardware/qcom/audio/post_proc/
bundle.h 65 int (*set_device)(effect_context_t *context, uint32_t device); member in struct:effect_ops_s
  /external/e2fsprogs/ext2ed/
general_com.c 148 void set_device (char *command_line) function
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 75 int (* set_device)(adnc_pfx_effect_t *fx, uint32_t device); member in struct:adnc_pfx_ops_s
900 if (effect->ops->set_device) {
901 effect->ops->set_device(effect, *(uint32_t *)pCmdData);
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 212 * Currently unused - set_device() corresponds to set_parameters() with key
217 int (*set_device)(struct audio_stream *stream, audio_devices_t device); member in struct:audio_stream
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 81 int (* set_device)(preproc_effect_t *fx, uint32_t device); member in struct:preproc_ops_s
    [all...]

Completed in 770 milliseconds