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

1 23 4 5

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/mtd/
cfi.h 150 int device_type; member in struct:cfi_private
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
des_02.py 337 if self.test_context.device_type == test_context.DEVICE_TYPE_NCM_MBIM:
341 self.test_context.device_type = test_context.DEVICE_TYPE_MBIM
  /system/bt/btif/src/
btif_storage.c 441 int device_type; local
467 if (btif_config_get_int(name, "DevType", &device_type) &&
468 (device_type == BT_DEVICE_TYPE_DUMO) ) {
1189 int device_type; local
    [all...]
btif_gatt_client.c 203 tBT_DEVICE_TYPE device_type; member in struct:__anon72242
439 remote_name_len, p_btif_cb->device_type );
441 p_btif_cb->device_type);
598 dev_type = p_btif_cb->device_type;
982 btif_cb.device_type = p_data->inq_res.device_type;
1141 int device_type = 0; local
1992 int device_type = 0; local
    [all...]
  /system/bt/stack/btm/
btm_ble.c 108 p_dev_rec->device_type |= dev_type;
117 p_info->results.device_type = p_dev_rec->device_type;
118 BTM_TRACE_DEBUG("InqDb device_type =0x%x addr_type=0x%x",
119 p_info->results.device_type, p_info->results.ble_addr_type);
614 *p_dev_type = p_inq_info->results.device_type ;
626 p_dev_rec->device_type = p_inq_info->results.device_type;
632 *p_dev_type = p_dev_rec->device_type;
648 BTM_TRACE_DEBUG ("btm_find_dev_type - device_type = %d addr_type = %d", *p_dev_type , *p_addr_type)
    [all...]
btm_inq.c     [all...]
btm_ble_gap.c     [all...]
btm_ble_bgconn.c 155 if (p_dev_rec != NULL && p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) {
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_flow.py 61 self.device_type = (DEV.TOUCHSCREEN if options[OPTIONS.TOUCHSCREEN]
111 return conf.gesture_names_robot[self.device_type]
115 manual_set = (set(conf.gesture_names_complete[self.device_type]) -
116 set(conf.gesture_names_robot[self.device_type]))
124 return [n for n in conf.gesture_names_complete[self.device_type]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 659 * device_type - Primary Device Type (WPS)
661 u8 device_type[WPS_DEV_TYPE_LEN]; member in struct:wpa_config
    [all...]
config_winreg.c 247 hk, TEXT("device_type"));
248 if (t && wps_dev_type_str2bin(t, config->device_type))
591 buf = wps_dev_type_bin2str(config->device_type,
593 wpa_config_write_reg_string(hk, "device_type", buf);
  /hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h 239 __u8 device_type; member in struct:snd_sst_slot_info
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 541 DisplayError HWDevice::SetStride(HWDeviceType device_type, LayerBufferFormat format,
545 if (device_type != kDeviceRotator && device_type != kDeviceVirtual) {
661 int HWDevice::GetFBNodeIndex(HWDeviceType device_type) {
665 switch (device_type) {
    [all...]
  /system/bt/btcore/test/
property_test.cpp 65 TEST_F(PropertyTest, device_type) {
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 417 brillo::Any device_type; local
420 device.get(), shill::kTypeProperty, &device_type)) {
423 if (device_type.Get<std::string>() == shill::kTypeWifi) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 1256 int device_type = ::GetDeviceCaps(hDC, TECHNOLOGY); local
1315 int device_type = ::GetDeviceCaps(hDC, TECHNOLOGY); local
    [all...]
  /device/asus/fugu/
device.mk 96 PRODUCT_PROPERTY_OVERRIDES += ro.hdmi.device_type=4
  /external/wpa_supplicant_8/src/ap/
ap_config.h 409 u8 device_type[WPS_DEV_TYPE_LEN]; member in struct:hostapd_bss_config

Completed in 980 milliseconds

1 23 4 5