/system/bt/service/test/ |
D | low_energy_scanner_unittest.cc | 74 void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters, in ScanFilterAdd() argument 270 std::vector<ScanFilter> filters; in TEST_F() local 273 EXPECT_FALSE(le_scanner_->StartScan(settings, filters)); in TEST_F() 280 EXPECT_TRUE(le_scanner_->StartScan(settings, filters)); in TEST_F() 320 std::vector<ScanFilter> filters; in TEST_F() local 321 ASSERT_TRUE(le_scanner_->StartScan(settings, filters)); in TEST_F()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothLeScanner.aidl | 30 in ScanFilter[] filters); in StartScan() argument
|
/system/bt/service/ipc/binder/ |
D | bluetooth_le_scanner_binder_server.cc | 67 const std::vector<android::bluetooth::ScanFilter>& filters, in StartScan() argument 80 for (const auto& filter : filters) { in StartScan()
|
D | bluetooth_le_scanner_binder_server.h | 60 const std::vector<android::bluetooth::ScanFilter>& filters,
|
/system/bt/hci/src/ |
D | btsnoop.cc | 410 auto& filters = filter_list[acl_handle]; in should_filter_log() local 413 if (filters.isRfcChannel(is_received, l2c_channel)) { in should_filter_log() 420 if (!filters.isWhitelistedDlci(rfc_dlci)) { in should_filter_log() 423 } else if (!filters.isWhitelistedL2c(is_received, l2c_channel)) { in should_filter_log()
|
/system/bt/service/ |
D | low_energy_scanner.h | 75 const std::vector<ScanFilter>& filters);
|
D | low_energy_scanner.cc | 97 const std::vector<ScanFilter>& filters) { in StartScan() argument
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergy.txt | 64 * |filters|. Return true on success, false otherwise. 67 in ScanFilter[] filters);
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 48 void startScan(in int scannerId, in ScanSettings settings, in List<ScanFilter> filters, in startScan() argument 50 … startScanForIntent(in PendingIntent intent, in ScanSettings settings, in List<ScanFilter> filters, in startScanForIntent() argument
|
/system/bt/btif/src/ |
D | btif_ble_scanner.cc | 257 void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters, in ScanFilterAdd() argument 264 &BTM_LE_PF_set, filter_index, std::move(filters), in ScanFilterAdd()
|
/system/bt/include/hardware/ |
D | ble_scanner.h | 89 virtual void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters,
|
/system/core/liblog/ |
D | logprint.cpp | 58 FilterInfo* filters; member 181 for (p_curFilter = p_format->filters; p_curFilter != NULL; p_curFilter = p_curFilter->p_next) { in filterPriForTag() 234 p_info = p_format->filters; in android_log_format_free() 424 p_fi->p_next = p_format->filters; in android_log_addFilterRule() 425 p_format->filters = p_fi; in android_log_addFilterRule()
|
D | README.md | 147 `android_set_log_transport()` selects transport filters. Argument is either `LOGGER_DEFAULT`,
|
/system/bt/service/client/ |
D | main.cc | 940 std::vector<android::bluetooth::ScanFilter> filters; in HandleStartLeScan() local 943 ble_scanner_iface->StartScan(ble_scanner_id.load(), settings, filters, in HandleStartLeScan()
|
/system/bt/doc/ |
D | power_management.md | 33 well, which filters down through the same status function.
|
/system/media/audio_utils/ |
D | Doxyfile | 853 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 855 # filter if there is a match. The filters are a list of the form: pattern=filter 857 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 869 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1282 # filters). 1290 # filters).
|
D | Doxyfile.orig | 853 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 855 # filter if there is a match. The filters are a list of the form: pattern=filter 857 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 869 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1282 # filters). 1290 # filters).
|
/system/chre/pal/doc/ |
D | Doxyfile | 890 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 892 # filter if there is a match. The filters are a list of the form: pattern=filter 894 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 910 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1327 # filters). 1335 # filters).
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 890 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 892 # filter if there is a match. The filters are a list of the form: pattern=filter 894 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 910 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1327 # filters). 1335 # filters).
|
/system/extras/simpleperf/doc/ |
D | README.md | 959 filters to select samples of interest.
|