Home
last modified time | relevance | path

Searched refs:filters (Results 1 – 20 of 20) sorted by relevance

/system/bt/service/test/
Dlow_energy_scanner_unittest.cc74 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/
DIBluetoothLeScanner.aidl30 in ScanFilter[] filters); in StartScan() argument
/system/bt/service/ipc/binder/
Dbluetooth_le_scanner_binder_server.cc67 const std::vector<android::bluetooth::ScanFilter>& filters, in StartScan() argument
80 for (const auto& filter : filters) { in StartScan()
Dbluetooth_le_scanner_binder_server.h60 const std::vector<android::bluetooth::ScanFilter>& filters,
/system/bt/hci/src/
Dbtsnoop.cc410 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/
Dlow_energy_scanner.h75 const std::vector<ScanFilter>& filters);
Dlow_energy_scanner.cc97 const std::vector<ScanFilter>& filters) { in StartScan() argument
/system/bt/service/doc/
DIBluetoothLowEnergy.txt64 * |filters|. Return true on success, false otherwise.
67 in ScanFilter[] filters);
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl48 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/
Dbtif_ble_scanner.cc257 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/
Dble_scanner.h89 virtual void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters,
/system/core/liblog/
Dlogprint.cpp58 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()
DREADME.md147 `android_set_log_transport()` selects transport filters. Argument is either `LOGGER_DEFAULT`,
/system/bt/service/client/
Dmain.cc940 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/
Dpower_management.md33 well, which filters down through the same status function.
/system/media/audio_utils/
DDoxyfile853 # 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).
DDoxyfile.orig853 # 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/
DDoxyfile890 # 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/
DDoxyfile890 # 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/
DREADME.md959 filters to select samples of interest.