Searched defs:scan_type (Results 1 - 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/stack/hcic/
H A Dhciblecmds.c280 BOOLEAN btsnd_hcic_ble_set_scan_params (UINT8 scan_type, argument
298 UINT8_TO_STREAM (pp, scan_type);
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h107 FT_Int scan_type; member in struct:TT_GraphicsState_
/external/freetype/src/truetype/
H A Dttobjs.h107 FT_Int scan_type; member in struct:TT_GraphicsState_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.h107 FT_Int scan_type; member in struct:TT_GraphicsState_
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1686 ** Parameters scan_type -Batch scan mode
1692 BTA_API extern void BTA_DmBleReadScanReports(tBTA_BLE_SCAN_MODE scan_type, argument
1701 p_msg->scan_type = scan_type;
H A Dbta_dm_int.h632 tBTA_BLE_SCAN_MODE scan_type; member in struct:__anon522
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h129 UINT8 scan_type; /* current scan type: active or passive */ member in struct:__anon1231
H A Dbtm_inq.c311 tBTM_STATUS BTM_SetInquiryScanType (UINT16 scan_type) argument
315 if (scan_type != BTM_SCAN_TYPE_STANDARD && scan_type != BTM_SCAN_TYPE_INTERLACED)
323 if (scan_type != btm_cb.btm_inq_vars.inq_scan_type)
327 if (btsnd_hcic_write_inqscan_type ((UINT8)scan_type))
328 btm_cb.btm_inq_vars.inq_scan_type = scan_type;
349 tBTM_STATUS BTM_SetPageScanType (UINT16 scan_type) argument
352 if (scan_type != BTM_SCAN_TYPE_STANDARD && scan_type != BTM_SCAN_TYPE_INTERLACED)
360 if (scan_type !
[all...]
H A Dbtm_int.h302 tBTM_INQ_TYPE scan_type; member in struct:__anon1243
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1041 DNBProcessSetEnableAsyncProfiling (nub_process_t pid, nub_bool_t enable, uint64_t interval_usec, DNBProfileDataScanType scan_type) argument
1046 procSP->SetEnableAsyncProfiling(enable, interval_usec, scan_type);
H A DRNBRemote.cpp3620 // qGetProfileData;scan_type:0xYYYYYYY
3629 DNBProfileDataScanType scan_type = eProfileAll; local
3634 if (name.compare ("scan_type") == 0)
3640 scan_type = (DNBProfileDataScanType)int_value;
3645 std::string data = DNBProcessGetProfileData(pid, scan_type);
3656 // QSetEnableAsyncProfiling;enable:[0|1]:interval_usec:XXXXXX;scan_type:0xYYYYYYY
3667 DNBProfileDataScanType scan_type = eProfileAll; local
3680 else if (name.compare ("scan_type") == 0)
3686 scan_type = (DNBProfileDataScanType)int_value;
3696 DNBProcessSetEnableAsyncProfiling(pid, enable, interval_usec, scan_type);
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp345 MachProcess::SetEnableAsyncProfiling(bool enable, uint64_t interval_usec, DNBProfileDataScanType scan_type) argument
349 m_profile_scan_type = scan_type;
/external/kernel-headers/original/uapi/linux/
H A Dwireless.h536 /* struct iw_scan_req scan_type */
770 __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ member in struct:iw_scan_req

Completed in 976 milliseconds