/system/bt/gd/rust/topshim/src/ |
D | btif.rs | 115 fn Enable(&self) -> i32; in Enable() 116 fn Disable(&self) -> i32; in Disable() 118 fn GetAdapterProperties(&self) -> i32; in GetAdapterProperties() 119 fn GetAdapterProperty(&self, prop_type: i32) -> i32; in GetAdapterProperty() 120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty() 122 fn GetRemoteDeviceProperties(&self, address: &RustRawAddress) -> i32; in GetRemoteDeviceProperties() 123 fn GetRemoteDeviceProperty(&self, address: &RustRawAddress, prop_type: i32) -> i32; in GetRemoteDeviceProperty() 124 fn SetRemoteDeviceProperty(&self, address: &RustRawAddress, prop: &BtProperty) -> i32; in SetRemoteDeviceProperty() 126 fn GetRemoteServices(&self, address: &RustRawAddress) -> i32; in GetRemoteServices() 128 fn StartDiscovery(&self) -> i32; in StartDiscovery() [all …]
|
/system/bt/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 11 fn unregister_scanner(&self, scanner_id: i32); in unregister_scanner() 13 fn start_scan(&self, scanner_id: i32, settings: ScanSettings, filters: Vec<ScanFilter>); in start_scan() 14 fn stop_scan(&self, scanner_id: i32); in stop_scan() 20 fn on_scanner_registered(&self, status: i32, scanner_id: i32); in on_scanner_registered() 75 fn unregister_scanner(&self, _scanner_id: i32) { in unregister_scanner() 79 fn start_scan(&self, _scanner_id: i32, _settings: ScanSettings, _filters: Vec<ScanFilter>) { in start_scan() 83 fn stop_scan(&self, _scanner_id: i32) { in stop_scan()
|
D | bluetooth.rs | 93 status: i32, in adapter_properties_changed() 94 num_properties: i32, in adapter_properties_changed() 134 status: i32, in adapter_properties_changed() 135 num_properties: i32, in adapter_properties_changed()
|
/system/bt/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 30 fn on_scanner_registered(&self, _status: i32, _scanner_id: i32) {} in on_scanner_registered() 66 fn unregister_scanner(&self, scanner_id: i32) {} in unregister_scanner() 69 fn start_scan(&self, scanner_id: i32, settings: ScanSettings, filters: Vec<ScanFilter>) {} in start_scan() 72 fn stop_scan(&self, scanner_id: i32) {} in stop_scan()
|
/system/core/libstats/pull_rust/ |
D | stats_pull.rs | 71 pub fn set_additive_fields(&mut self, additive_fields: &mut Vec<i32>) { in set_additive_fields() 83 pub fn get_additive_fields(&self) -> Vec<i32> { in get_additive_fields() 116 atom_tag: i32, in callback_wrapper()
|
/system/bt/gd/rust/shim/src/ |
D | message_loop_thread.rs | 23 fn main_message_loop_thread_start(thread: &mut MessageLoopThread) -> i32; in main_message_loop_thread_start() 53 pub fn main_message_loop_thread_start(thread: &mut MessageLoopThread) -> i32 { in main_message_loop_thread_start()
|
/system/libbase/ |
D | macros_test.cpp | 25 int32_t i32; in TEST() member
|
/system/security/keystore2/src/ |
D | metrics_store.rs | 430 fn compute_padding_mode_bitmap(padding_mode_bitmap: &mut i32, padding_mode: PaddingMode) { in compute_padding_mode_bitmap() 455 fn compute_digest_bitmap(digest_bitmap: &mut i32, digest: Digest) { in compute_digest_bitmap() 482 fn compute_block_mode_bitmap(block_mode_bitmap: &mut i32, block_mode: BlockMode) { in compute_block_mode_bitmap() 500 fn compute_purpose_bitmap(purpose_bitmap: &mut i32, purpose: KeyPurpose) { in compute_purpose_bitmap()
|
D | authorization.rs | 131 user_id: i32, in on_lock_screen_event() 244 user_id: i32, in onLockScreenEvent()
|
D | service.rs | 325 grantee_uid: i32, in grant() 397 grantee_uid: i32, in grant() 398 access_vector: i32, in grant()
|
D | security_level.rs | 115 flags: Option<i32>, in store_new_key() 469 flags: i32, in generate_key() 586 flags: i32, in import_key() 977 flags: i32, in generateKey() 993 flags: i32, in importKey()
|
D | key_parameter.rs | 229 fn try_into(self) -> Result<i32, Self::Error> { in try_into() 488 impl KpDefault for i32 { implementation 1365 tag: i32, in insert_into_keyparameter() 1367 security_level: i32, in insert_into_keyparameter()
|
D | maintenance.rs | 68 fn on_user_password_changed(user_id: i32, password: Option<Password>) -> Result<()> { in on_user_password_changed() 269 fn onUserPasswordChanged(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onUserPasswordChanged()
|
D | audit_log.rs | 33 fn key_owner(domain: Domain, nspace: i64, uid: i32) -> i32 { in key_owner()
|
D | apc.rs | 274 ui_option_flags: i32, in present_prompt() 364 ui_option_flags: i32, in presentPrompt()
|
D | permission.rs | 396 impl From<KeyPermSet> for i32 { implementation 397 fn from(p: KeyPermSet) -> i32 { in from()
|
D | remote_provisioning.rs | 280 num_csr: i32, in generate_csr() 440 num_csr: i32, in generateCsr()
|
D | error.rs | 210 pub fn get_error_code(e: &anyhow::Error) -> i32 { in get_error_code()
|
/system/bt/gd/rust/facade/src/ |
D | main.rs | 101 extern "C" fn handle_sigint(_: i32) { in handle_sigint()
|
/system/media/camera/include/system/ |
D | camera_metadata.h | 87 int32_t *i32; member 106 const int32_t *i32; member
|
/system/extras/libjsonpb/verify/ |
D | test.proto | 53 int32 i32 = 1; field
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 123 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod() 328 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() 331 …self, _in_foo: &Foo, _inout_foo: &mut Foo, _out_foo: &mut Foo, value: i32) -> binder::Result<i32> { in ignoreParcelablesAndRepeatInt()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 14 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32>; in UnimplementedMethod() 21 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32>; in RepeatInt() 32 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt() 46 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray() 74 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod() 92 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32> { in RepeatInt() 125 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt() 167 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray() 362 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod() 458 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32> { in RepeatInt() [all …]
|
/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/ |
D | state_machine.rs | 64 hci_interface: i32, in start_bluetooth() 69 …pub async fn stop_bluetooth(&self, hci_interface: i32,) -> Result<(), SendError<StateMachineAction… in stop_bluetooth() 338 pub fn action_on_bluetooth_started(&mut self, pid: i32, hci_interface: i32) -> bool { in action_on_bluetooth_started()
|
/system/extras/profcollectd/libprofcollectd/ |
D | service.rs | 100 fn copy_report_to_bb(&self, bb_profile_id: i32, report_name: &str) -> BinderResult<()> { in copy_report_to_bb()
|