HomeSort by relevance Sort by last modified time
    Searched refs:device_type (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /system/bt/osi/src/
metrics_linux.cpp 27 uint32_t device_class, device_type_t device_type) {
metrics.cpp 59 uint32_t device_class, device_type_t device_type) {
71 if (device_type == DEVICE_TYPE_BREDR)
73 if (device_type == DEVICE_TYPE_LE)
75 if (device_type == DEVICE_TYPE_DUMO)
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_device_context.py 50 self.device_type = DEVICE_TYPE_UNKNOWN
173 self.device_type = DEVICE_TYPE_MBIM
175 self.device_type = DEVICE_TYPE_NCM_MBIM
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
mbim_open_generic_sequence.py 54 device_type = device_context.device_type
84 if device_type == mbim_device_context.DEVICE_TYPE_NCM_MBIM:
116 if device_type == mbim_device_context.DEVICE_TYPE_MBIM:
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
manager.py 204 device_type = platform
205 if not device_type in dependency_dict:
206 device_type = DEFAULT_TYPE
207 return dependency_dict.get(device_type)
  /system/bt/osi/include/
metrics.h 31 // |device_class| and |device_type| denote the type of device paired.
35 uint32_t device_class, device_type_t device_type);
  /external/autotest/client/site_tests/firmware_TouchMTB/
keyboard_device.py 34 def get_device_node(self, device_type):
48 device_pattern = re.compile('N: Name=.*%s' % device_type, re.I)
  /hardware/qcom/audio/msm8909/hal/audio_extn/
listen.c 102 int device_type = -1; local
106 device_type = PCM_PLAYBACK;
109 device_type = PCM_CAPTURE;
119 __func__, snd_device, device_type, event, raise_event);
120 if (raise_event && (device_type == PCM_CAPTURE)) {
soundtrigger.c 179 int device_type = -1; local
186 device_type = PCM_PLAYBACK;
189 device_type = PCM_CAPTURE;
198 __func__, snd_device, device_type, event, raise_event);
199 if (raise_event && (device_type == PCM_CAPTURE)) {
  /system/bt/tools/bdtool/
adapter.c 245 bt_device_type_t device_type = property_as_device_type(property); local
246 if (device_type) {
248 const char * device_type; member in struct:__anon72893
255 int idx = (int)device_type;
258 fprintf(stdout, " device_type:%s\n", device_type_lookup[idx].device_type);
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 308 def init_flimflam(self, device_type):
313 logging.debug('Using device type: %s' % device_type)
314 if device_type == flimflam.FlimFlam.DEVICE_WIMAX:
319 elif device_type == flimflam.FlimFlam.DEVICE_CELLULAR:
326 device_type)
329 device_type=flimflam.FlimFlam.DEVICE_CELLULAR, **kwargs):
339 self.init_flimflam(device_type)
  /system/bt/stack/btm/
btm_dev.c 161 p_dev_rec->device_type |= BT_DEVICE_TYPE_BREDR;
265 p_dev_rec->device_type = p_inq_info->results.device_type;
469 p_target_rec->device_type |= temp_rec.device_type;
489 p_target_rec->device_type |= p_dev_rec->device_type;
btm_ble_addr.c 281 if ((p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) &&
334 BTM_TRACE_DEBUG("sec_flags = %02x device_type = %d", p_dev_rec->sec_flags,
335 p_dev_rec->device_type);
337 if (!(p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) ||
  /hardware/qcom/audio/hal/audio_extn/
soundtrigger.c 212 int device_type = -1; local
219 device_type = PCM_PLAYBACK;
224 device_type = PCM_CAPTURE;
232 __func__, snd_device, device_type, event);
233 if (device_type == PCM_CAPTURE) {
  /system/connectivity/shill/test-scripts/
flimflam.py 134 def _FindDevice(self, device_type, timeout):
140 device_type: string format of the type of device.
150 device_type)
162 def _FindService(self, device_type, timeout):
168 device_type: string format of the type of device.
178 'Type', device_type)
478 def ShutdownAllExcept(self, device_type):
479 """Shutdown all devices except device_type ones."""
482 if (device_properties["Type"] != device_type):
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.h 93 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format,
100 int GetFBNodeIndex(HWDeviceType device_type);
  /system/bt/btcore/include/
property.h 45 bt_property_t *property_new_device_type(bt_device_type_t device_type);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
device.cpp 31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type,
45 if (((device_type & CL_DEVICE_TYPE_DEFAULT) &&
47 (device_type & dev.type()))
  /external/chromium-trace/catapult/telemetry/telemetry/page/
shared_page_state.py 30 def _PrepareFinderOptions(finder_options, test, device_type):
33 browser_options.browser_user_agent_type = device_type
63 device_type = self._device_type
73 if not device_type and _IsPageSetInstance(story_set):
74 device_type = story_set.user_agent_type
75 _PrepareFinderOptions(finder_options, self._test, device_type)
  /system/bt/btif/src/
btif_gatt_server.c 384 int device_type = 0; local
388 btif_get_device_type(p_cb->bd_addr.address, &device_type) &&
389 device_type != BT_DEVICE_TYPE_BREDR)
391 BTA_DmAddBleDevice(p_cb->bd_addr.address, addr_type, device_type);
403 switch(device_type)
421 BTIF_TRACE_ERROR ("%s: Invalid device type %d", __func__, device_type);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiRttManagerTest.py 76 RttParam.device_type: RttPeerType.PEER_TYPE_AP,
406 {RttParam.device_type: 3},
407 {RttParam.device_type: 1, RttParam.request_type:3},
409 RttParam.device_type: 1,
492 p[RttParam.device_type] = RttPeerType.PEER_TYPE_AP
511 p[RttParam.device_type] = RttPeerType.PEER_TYPE_AP
  /external/autotest/client/cros/cellular/
cell_tools.py 320 def __init__(self, device_type):
321 self.device_type = device_type
326 self.device_manager.ShutdownAllExcept(self.device_type)
  /hardware/qcom/audio/hal/
platform_api.h 28 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type);
  /hardware/qcom/audio/msm8909/hal/
platform_api.h 35 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type);
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
des_01.py 209 if self.test_context.device_type == test_context.DEVICE_TYPE_MBIM:
213 self.test_context.device_type = test_context.DEVICE_TYPE_NCM_MBIM

Completed in 295 milliseconds

1 2 3 4 5