/system/bt/osi/src/ |
metrics.cpp | 125 ScanEvent::ScanTechnologyType scantype = ScanEvent::SCAN_TYPE_UNKNOWN; local 128 scantype = ScanEvent::SCAN_TECH_TYPE_LE; 130 scantype = ScanEvent::SCAN_TECH_TYPE_BREDR; 132 scantype = ScanEvent::SCAN_TECH_TYPE_BOTH; 134 event->set_scan_technology_type(scantype);
|
/system/connectivity/shill/ |
mock_device.h | 54 MOCK_METHOD3(Scan, void(Device::ScanType scan_type, Error* error,
|
mock_manager.h | 92 MOCK_METHOD3(RequestScan, void(Device::ScanType request_origin,
|
device.h | 73 enum ScanType { kProgressiveScan, kFullScan }; 132 virtual void Scan(ScanType scan_type, Error* error, [all...] |
manager.h | 209 virtual void RequestScan(Device::ScanType scan_type, [all...] |
device.cc | 258 void Device::Scan(ScanType scan_type, Error* error, const string& reason) { [all...] |
/system/connectivity/shill/wifi/ |
mock_wifi.h | 53 MOCK_METHOD3(Scan, void(ScanType scan_type, Error* error,
|
wifi.h | 147 void Scan(ScanType scan_type, Error* error, 512 void InitiateScan(ScanType scan_type);
|
wifi.cc | 318 void WiFi::Scan(ScanType scan_type, Error* /*error*/, const string& reason) { [all...] |
wifi_unittest.cc | [all...] |
/system/connectivity/shill/wimax/ |
wimax.h | 56 void Scan(ScanType /*scan_type*/, Error* error,
|
wimax.cc | 129 void WiMax::Scan(ScanType /*scan_type*/, Error* error,
|
/external/freetype/include/ |
ftttdrv.h | 154 * new SCANTYPE opcode
|
ftimage.h | 423 /* Please refer to the description of the `SCANTYPE' instruction in */ [all...] |
/external/freetype/src/truetype/ |
ttobjs.h | 104 /* integer; the high-word part holds the SCANTYPE value, the low-word */
|
ttinterp.c | [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.h | 93 /* integer; the high-word part holds the SCANTYPE value, the low-word */
|
ttinterp.c | [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftttdrv.h | 154 * new SCANTYPE opcode
|
ftimage.h | 423 /* Please refer to the description of the `SCANTYPE' instruction in */ [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftttdrv.h | 231 * new SCANTYPE opcode
|
ftimage.h | 423 /* Please refer to the description of the `SCANTYPE' instruction in */ [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
ttProgram.py | 111 (0x8d, 'SCANTYPE', 0, 'ScanType', 1, 0), # n -
|
/system/connectivity/shill/cellular/ |
cellular.h | 178 void Scan(ScanType /*scan_type*/, Error* error,
|
cellular.cc | 536 void Cellular::Scan(ScanType /*scan_type*/, Error* error, [all...] |