/system/bt/gd/rust/shim/src/ |
D | bridge.rs | 33 fn controller_supports_simple_pairing(c: &Controller) -> bool; in controller_supports_simple_pairing() 34 fn controller_supports_secure_connections(c: &Controller) -> bool; in controller_supports_secure_connections() 35 fn controller_supports_simultaneous_le_bredr(c: &Controller) -> bool; in controller_supports_simultaneous_le_bredr() 36 fn controller_supports_interlaced_inquiry_scan(c: &Controller) -> bool; in controller_supports_interlaced_inquiry_scan() 37 fn controller_supports_rssi_with_inquiry_results(c: &Controller) -> bool; in controller_supports_rssi_with_inquiry_results() 38 fn controller_supports_extended_inquiry_response(c: &Controller) -> bool; in controller_supports_extended_inquiry_response() 39 fn controller_supports_role_switch(c: &Controller) -> bool; in controller_supports_role_switch() 40 fn controller_supports_three_slot_packets(c: &Controller) -> bool; in controller_supports_three_slot_packets() 41 fn controller_supports_five_slot_packets(c: &Controller) -> bool; in controller_supports_five_slot_packets() 42 fn controller_supports_classic_2m_phy(c: &Controller) -> bool; in controller_supports_classic_2m_phy() [all …]
|
/system/security/keystore2/src/ |
D | audit_log.rs | 45 pub fn log_key_generated(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_generated() 50 pub fn log_key_imported(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_imported() 55 pub fn log_key_deleted(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_deleted() 67 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event()
|
D | remote_provisioning.rs | 69 fn check_rem_prov_enabled(&self, db: &mut KeystoreDB) -> Result<bool> { in check_rem_prov_enabled() 150 fn is_asymmetric_key(&self, params: &[KeyParameter]) -> bool { in is_asymmetric_key() 279 test_mode: bool, in generate_csr() 362 pub fn generate_key_pair(&self, is_test_mode: bool, sec_level: SecurityLevel) -> Result<()> { in generate_key_pair() 439 test_mode: bool, in generateCsr() 479 is_test_mode: bool, in generateKeyPair()
|
/system/tools/aidl/ |
D | aidl_to_ndk.h | 69 bool /*isOut*/) { in FormatArgForDecl() argument 74 bool /*isOut*/) { in FormatArgNameUnused() argument 85 bool /*isOut*/) { in FormatArgNameOnly() argument
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz.cpp | 90 SNAPSHOT_FUZZ_FUNCTION(FinishedSnapshotWrites, bool, bool wipe) { in SNAPSHOT_FUZZ_FUNCTION() argument 94 SNAPSHOT_FUZZ_FUNCTION(ProcessUpdateState, bool, const ProcessUpdateStateArgs& args) { in SNAPSHOT_FUZZ_FUNCTION() argument 107 SNAPSHOT_FUZZ_FUNCTION(HandleImminentDataWipe, bool, bool has_callback) { in SNAPSHOT_FUZZ_FUNCTION() argument 115 SNAPSHOT_FUZZ_FUNCTION(Dump, bool) { in SNAPSHOT_FUZZ_FUNCTION() argument 120 SNAPSHOT_FUZZ_FUNCTION(CreateUpdateSnapshots, bool, const DeltaArchiveManifest& manifest) { in SNAPSHOT_FUZZ_FUNCTION() argument 124 SNAPSHOT_FUZZ_FUNCTION(UnmapUpdateSnapshot, bool, const std::string& name) { in SNAPSHOT_FUZZ_FUNCTION() argument 128 SNAPSHOT_FUZZ_FUNCTION(CreateLogicalAndSnapshotPartitions, bool, in SNAPSHOT_FUZZ_FUNCTION() argument 149 SNAPSHOT_FUZZ_FUNCTION(MapUpdateSnapshot, bool, in SNAPSHOT_FUZZ_FUNCTION() argument
|
D | snapshot_stub.cpp | 41 bool SnapshotManagerStub::FinishedSnapshotWrites(bool) { in FinishedSnapshotWrites() argument 51 UpdateState SnapshotManagerStub::ProcessUpdateState(const std::function<bool()>&, in ProcessUpdateState() 126 void set_state(android::snapshot::UpdateState, bool) override {} in set_state() argument
|
/system/tools/hidl/ |
D | PointerType.cpp | 51 bool /*parcelObjIsPointer*/, in emitReaderWriter() argument 66 bool /*nameIsPointer*/, in emitReaderWriterEmbedded() argument
|
D | DeathRecipientType.cpp | 63 bool /* parcelObjIsPointer */, in emitReaderWriter() argument
|
/system/nfc/src/fuzzers/ |
D | fuzz_cmn.cc | 3 void nfcsnoop_capture(NFC_HDR const*, bool){}; in nfcsnoop_capture() argument 4 void delete_stack_non_volatile_store(bool){}; in delete_stack_non_volatile_store() argument
|
/system/bt/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 39 fn enable(&mut self) -> bool { in enable() 43 fn disable(&mut self) -> bool { in disable()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | ILoggableInterface.h | 32 …::android::binder::Status LogThis(bool, ::std::vector<bool>*, int8_t, ::std::vector<uint8_t>*, cha… in LogThis() argument
|
/system/core/libcutils/ |
D | trace-host.cpp | 23 void atrace_set_debuggable(bool /*debuggable*/) {} in atrace_set_debuggable() argument 24 void atrace_set_tracing_enabled(bool /*enabled*/) {} in atrace_set_tracing_enabled() argument
|
/system/chre/platform/linux/ |
D | platform_debug_dump_manager.cc | 22 bool /*complete*/) {} in sendDebugDump() argument
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 311 def __init__(self, enable_switch_to_root: bool = True): 322 def run(self, adb_args: List[str], log_output: bool = False, log_stderr: bool = False) -> bool: 325 def run_and_return_output(self, adb_args: List[str], log_output: bool = False, 326 log_stderr: bool = False) -> Tuple[bool, str]: 347 def check_run(self, adb_args: List[str], log_output: bool = False): 350 def check_run_and_return_output(self, adb_args: List[str], log_output: bool = False, 351 log_stderr: bool = False) -> str: 553 binary_finder: BinaryFinder, with_function_name: bool):
|
D | report_html.py | 95 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]: 135 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]: 173 build_addr_hit_map: bool): 224 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]: 261 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]: 312 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]: 606 build_addr_hit_map: bool, proguard_mapping_files: Optional[List[str]] = None): 622 def load_record_file(self, record_file: str, show_art_frames: bool): 714 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool]): argument 783 def add_disassembly(self, filter_lib: Callable[[str], bool], jobs: int): argument
|
/system/bt/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 29 fn enable(&mut self) -> bool; in enable() 34 fn disable(&mut self) -> bool; in disable() 178 fn enable(&mut self) -> bool { in enable() 182 fn disable(&mut self) -> bool { in disable()
|
/system/core/debuggerd/ |
D | pbtombstone.cpp | 55 tombstone, [](const std::string& line, bool) { printf("%s\n", line.c_str()); }); in main() argument
|
/system/bt/stack/test/common/ |
D | mock_gatt_connection_manager.cc | 59 void connection_manager::reset(bool) { mock_function_count_map[__func__]++; } in reset() argument
|
/system/netd/server/ |
D | IptablesBaseTest.cpp | 41 int IptablesBaseTest::fake_android_fork_exec(int argc, char* argv[], int *status, bool, bool) { in fake_android_fork_exec() argument
|
/system/keymaster/include/keymaster/contexts/ |
D | keymaster2_passthrough_context.h | 112 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
|
D | keymaster1_passthrough_context.h | 118 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
|
/system/logging/rust/ |
D | logger.rs | 81 pub fn init(config: Config) -> bool { in init() 109 pub fn init(config: Config) -> bool { in init()
|
/system/bt/gd/rust/common/src/ |
D | sys_prop.rs | 46 pub fn get_bool(name: &str) -> Option<bool> { in get_bool()
|
/system/libvintf/ |
D | ManifestHal.cpp | 55 [&](const auto& interface, const auto& instance, bool /* isRegex */) { in isValid() 92 bool /* isRegex */) { in forEachInstance()
|
/system/bt/gd/rust/facade_proto/ |
D | build.rs | 30 fn gen_mod_rs<P: AsRef<Path>>(out_dir: PathBuf, inputs: &[P], grpc: bool) { in gen_mod_rs()
|