Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 95) sorted by relevance

1234

/system/bt/gd/rust/shim/src/
Dbridge.rs33 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/
Daudit_log.rs45 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()
Dremote_provisioning.rs69 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/
Daidl_to_ndk.h69 bool /*isOut*/) { in FormatArgForDecl() argument
74 bool /*isOut*/) { in FormatArgNameUnused() argument
85 bool /*isOut*/) { in FormatArgNameOnly() argument
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp90 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
Dsnapshot_stub.cpp41 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/
DPointerType.cpp51 bool /*parcelObjIsPointer*/, in emitReaderWriter() argument
66 bool /*nameIsPointer*/, in emitReaderWriterEmbedded() argument
DDeathRecipientType.cpp63 bool /* parcelObjIsPointer */, in emitReaderWriter() argument
/system/nfc/src/fuzzers/
Dfuzz_cmn.cc3 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/
Diface_bluetooth.rs39 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/
DILoggableInterface.h32 …::android::binder::Status LogThis(bool, ::std::vector<bool>*, int8_t, ::std::vector<uint8_t>*, cha… in LogThis() argument
/system/core/libcutils/
Dtrace-host.cpp23 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/
Dplatform_debug_dump_manager.cc22 bool /*complete*/) {} in sendDebugDump() argument
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py311 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):
Dreport_html.py95 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/
Dbluetooth.rs29 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/
Dpbtombstone.cpp55 tombstone, [](const std::string& line, bool) { printf("%s\n", line.c_str()); }); in main() argument
/system/bt/stack/test/common/
Dmock_gatt_connection_manager.cc59 void connection_manager::reset(bool) { mock_function_count_map[__func__]++; } in reset() argument
/system/netd/server/
DIptablesBaseTest.cpp41 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/
Dkeymaster2_passthrough_context.h112 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
Dkeymaster1_passthrough_context.h118 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
/system/logging/rust/
Dlogger.rs81 pub fn init(config: Config) -> bool { in init()
109 pub fn init(config: Config) -> bool { in init()
/system/bt/gd/rust/common/src/
Dsys_prop.rs46 pub fn get_bool(name: &str) -> Option<bool> { in get_bool()
/system/libvintf/
DManifestHal.cpp55 [&](const auto& interface, const auto& instance, bool /* isRegex */) { in isValid()
92 bool /* isRegex */) { in forEachInstance()
/system/bt/gd/rust/facade_proto/
Dbuild.rs30 fn gen_mod_rs<P: AsRef<Path>>(out_dir: PathBuf, inputs: &[P], grpc: bool) { in gen_mod_rs()

1234