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

  /external/autotest/client/common_lib/cros/fake_device_server/
commands.py 46 def new_device(self, device_id): member in class:Commands
  /external/e2fsprogs/ext2ed/
general_com.c 151 char *ptr,new_device [80]; local
153 ptr=parse_word (command_line,new_device);
158 parse_word (ptr,new_device);
159 check_mounted (new_device);
174 if ( (device_handle=fopen (new_device,"rb"))==NULL) {
175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
179 strcpy (device_name,new_device);
  /hardware/qcom/audio/post_proc/
volume_listener.c 463 uint32_t new_device; local
473 new_device = *(uint32_t *)p_cmd_data;
475 __func__, context->dev_id, new_device);
479 (new_device == AUDIO_DEVICE_OUT_SPEAKER)) {
483 context->dev_id = new_device;
  /system/connectivity/shill/
device_info.cc 628 bool new_device = local
634 << ", new_device=" << new_device; local
641 if (new_device) {
    [all...]

Completed in 116 milliseconds