/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | ble_scanner.cc | 186 const chre::DynamicVector<chreBleGenericFilter> &filters, 189 for (const auto &dst : filters) { 218 for (auto &generic_filter : oem_generic_filters.filters) { 261 generic_filters_list_[index].filters = std::move(*generic_filters); 268 generic_filters_list_.back().filters = std::move(*generic_filters);
|
D | ble_scanner.h | 28 chre::DynamicVector<chreBleGenericFilter> filters; member
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | nearby_extension.proto | 33 // List of Hardware filters (follows chreBleScanFilter defined in CHRE BLE 34 // API). Resource for hardware filters is constrained in CHRE, and hardware 36 // inspection if they do not match the configured hardware filters. It is 39 // not impact previously configured filters. But if this field is populated in 40 // a subsequent message, its contents will replace any previously set filters. 41 // To remove all previously set hardware filters, reset extended filtering by
|
/system/libhwbinder/ |
D | TEST_MAPPING | 10 "exclude-annotation": "androidx.test.filters.FlakyTest"
|
/system/media/audio_utils/benchmarks/ |
D | biquad_filter_benchmark.cpp | 44 const size_t filters = 1; in BM_BiquadFilter1D() local 58 android::audio_utils::BiquadFilter parallel(filters, coefs); in BM_BiquadFilter1D() 59 std::vector<std::unique_ptr<BiquadFilter<float>>> biquads(filters); in BM_BiquadFilter1D()
|
/system/media/audio_utils/tests/ |
D | biquad_filter_tests.cpp | 231 std::array<std::array<D, 5>, FILTERS> filters; in testDifferentFiltersPerChannel() local 232 for (auto &filter : filters) { in testDifferentFiltersPerChannel() 238 for (size_t i = 0; i < filters.size(); ++i) { in testDifferentFiltersPerChannel() 239 ASSERT_TRUE(multichannel.setCoefficients(filters[i], i)); in testDifferentFiltersPerChannel() 240 biquads[i].reset(new BiquadFilter<D>(1 /* channels */, filters[i])); in testDifferentFiltersPerChannel()
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 1086 filters = [] 1088 filters.extend(['--exclude-pid', ','.join(str(pid) for pid in args.exclude_pid)]) 1090 filters.extend(['--exclude-tid', ','.join(str(tid) for tid in args.exclude_tid)]) 1093 filters.extend(['--exclude-process-name', name]) 1096 filters.extend(['--exclude-thread-name', name]) 1099 filters.extend(['--include-pid', ','.join(str(pid) for pid in args.include_pid)]) 1101 filters.extend(['--include-tid', ','.join(str(tid) for tid in args.include_tid)]) 1104 filters.extend(['--include-pid', ','.join(str(pid) for pid in args.pid)]) 1106 filters.extend(['--include-tid', ','.join(str(pid) for pid in args.tid)]) 1109 filters.extend(['--include-process-name', name]) [all …]
|
D | simpleperf_report_lib.py | 382 def SetSampleFilter(self, filters: List[str]): 401 filter_array = (ct.c_char_p * len(filters))() 402 filter_array[:] = [_char_pt(f) for f in filters] 403 res: bool = self._SetSampleFilterFunc(self.getInstance(), filter_array, len(filters))
|
/system/extras/simpleperf/ |
D | event_selection_set.h | 135 void SetAddrFilters(std::vector<AddrFilter>&& filters) { addr_filters_ = std::move(filters); } in SetAddrFilters() argument
|
D | cmd_record.cpp | 971 auto filters = ParseAddrFilterOption(*value->str_value); in ParseOptions() local 972 if (filters.empty()) { in ParseOptions() 975 event_selection_set_.SetAddrFilters(std::move(filters)); in ParseOptions() 2238 static bool ParseOneAddrFilter(const std::string& s, std::vector<AddrFilter>* filters) { in ParseOneAddrFilter() argument 2253 filters->emplace_back(AddrFilter::KERNEL_START, addr1, 0, ""); in ParseOneAddrFilter() 2259 filters->emplace_back(AddrFilter::FILE_START, off1, 0, path); in ParseOneAddrFilter() 2267 filters->emplace_back(AddrFilter::KERNEL_STOP, addr1, 0, ""); in ParseOneAddrFilter() 2273 filters->emplace_back(AddrFilter::FILE_STOP, off1, 0, path); in ParseOneAddrFilter() 2282 filters->emplace_back(AddrFilter::KERNEL_RANGE, addr1, addr2 - addr1, ""); in ParseOneAddrFilter() 2289 filters->emplace_back(AddrFilter::FILE_RANGE, off1, off2 - off1, path); in ParseOneAddrFilter() [all …]
|
D | report_lib_interface.cpp | 202 bool SetSampleFilter(const char** filters, int filters_len); 301 bool ReportLib::SetSampleFilter(const char** filters, int filters_len) { in SetSampleFilter() argument 304 args.emplace_back(filters[i]); in SetSampleFilter() 617 bool SetSampleFilter(ReportLib* report_lib, const char** filters, int filters_len) EXPORT; 680 bool SetSampleFilter(ReportLib* report_lib, const char** filters, int filters_len) { in SetSampleFilter() argument 681 return report_lib->SetSampleFilter(filters, filters_len); in SetSampleFilter()
|
D | cmd_record_test.cpp | 1140 auto filters = ParseAddrFilterOption(option); in TEST() local 1142 for (auto& filter : filters) { in TEST()
|
/system/chre/apps/test/common/chre_api_test/rpc/ |
D | chre_api_test.proto | 110 // Contains event filters for gathering events 263 // BLE scan filters
|
/system/extras/simpleperf/scripts/test/ |
D | report_lib_test.py | 278 def get_threads_for_filter(filters: List[str]) -> Set[int]: 282 self.report_lib.SetSampleFilter(filters)
|
/system/logging/liblog/ |
D | logprint.cpp | 53 FilterInfo* filters; member 179 for (p_curFilter = p_format->filters; p_curFilter != NULL; p_curFilter = p_curFilter->p_next) { in filterPriForTag() 228 p_info = p_format->filters; in android_log_format_free() 419 p_fi->p_next = p_format->filters; in android_log_addFilterRule() 420 p_format->filters = p_fi; in android_log_addFilterRule()
|
/system/extras/simpleperf/doc/ |
D | view_the_profile.md | 275 Active filters: 306 Active filters:
|
D | executable_commands_reference.md | 630 filters to select samples of interest.
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 67 …ted by clicking on their respective layers, and selecting specific lines filters the contents of t…
|
/system/libsysprop/srcs/android/sysprop/ |
D | BluetoothProperties.sysprop | 55 # When snoop_log_mode is set as filtered, this filters MAP packets based on the filter mode: 68 # When snoop_log_mode is set as filtered, this filters PBAP and HFP packets (CPBR, CLCC)
|
/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/media/audio_utils/ |
D | Doxyfile | 939 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 941 # filter if there is a match. The filters are a list of the form: pattern=filter 943 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 959 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1416 # filters). 1424 # filters).
|