Home
last modified time | relevance | path

Searched defs:converted (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc53 ApcfCommand converted = { in ConvertApcfFromRust() local
72 std::vector<ApcfCommand> converted; in ConvertApcfVec() local
171 bluetooth::Uuid converted = bluetooth::Uuid::From128BitBE(uuid.uu); in RegisterScanner() local
186 std::unique_ptr<::btgatt_filt_param_setup_t> converted = in ScanFilterParamSetup() local
198 auto converted = internal::ConvertApcfVec(filters); in ScanFilterAdd() local
255 RawAddress converted = rusty::CopyFromRustAddress(address); in StartSync() local
264 RawAddress converted = rusty::CopyFromRustAddress(address); in CancelCreateSync() local
269 RawAddress converted = rusty::CopyFromRustAddress(address); in TransferSync() local
274 RawAddress converted = rusty::CopyFromRustAddress(address); in TransferSetInfo() local
279 RawAddress converted = rusty::CopyFromRustAddress(address); in SyncTxParameters() local
[all …]
Dgatt_ble_advertiser_shim.cc43 AdvertiseParameters converted = { in ConvertRustAdvParams() local
58 PeriodicAdvertisingParameters converted = { in ConvertRustPeriodicAdvParams() local
96 RustRawAddress converted = rusty::CopyToRustAddress(address); in OnOwnAddressRead() local
116 AdvertiseParameters converted = internal::ConvertRustAdvParams(params); in SetParameters() local
122 std::vector<uint8_t> converted; in SetData() local
193 PeriodicAdvertisingParameters converted = internal::ConvertRustPeriodicAdvParams(params); in SetPeriodicAdvertisingParameters() local
200 std::vector<uint8_t> converted; in SetPeriodicAdvertisingData() local
228 RustRawAddress converted = rusty::CopyToRustAddress(address); in OnGetAddressCallback() local
/packages/apps/Camera2/src/com/android/camera/util/
DSize.java152 Size[] converted = new Size[sizes.length]; in convert() local
160 ArrayList<Size> converted = new ArrayList<>(sizes.size()); in convert() local
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DUnicodeDialerKeyListener.java35 final String converted = in filter() local
DDialpadFragment.java578 final String converted = in fillDigitsIfNecessary() local
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestHarness.cpp310 TestModel converted(testModel.copy()); in convertQuant8AsymmOperandsToSigned() local
701 TestOperand converted = op; in convertOperandToFloat32() local
787 TestModel converted = testModel; in convertToFloat32Model() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java1086 WifiLinkLayerStats converted = WifiVendorHal.frameworkFromHalLinkLayerStats(stats); in testLinkLayerStatsAssignment() local
1116 WifiLinkLayerStats converted = WifiVendorHal.frameworkFromHalLinkLayerStats_1_3(stats); in testLinkLayerStatsAssignment_1_3() local
1152 WifiLinkLayerStats converted = WifiVendorHal.frameworkFromHalLinkLayerStats_1_5(stats); in testLinkLayerStatsAssignment_1_5() local
1185 WifiLinkLayerStats converted = WifiVendorHal.frameworkFromHalLinkLayerStats_1_3(stats); in testTwoRadioStatsAggregation_1_3() local
1211 WifiLinkLayerStats converted = WifiVendorHal.frameworkFromHalLinkLayerStats_1_3(stats); in testRadioStatsAggregationDisabled_1_3() local
1238 WifiLinkLayerStats converted = WifiVendorHal.frameworkFromHalLinkLayerStats_1_5(stats); in testTwoRadioStatsAggregation_1_5() local
1265 WifiLinkLayerStats converted = WifiVendorHal.frameworkFromHalLinkLayerStats_1_5(stats); in testRadioStatsAggregationDisabled_1_5() local
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dcontroller.rs232 let converted = OpCodeIndex::try_from(opcode); in is_supported() localVariable
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs861 let converted: cxx::UniquePtr<ffi::InitFlags> = ffi::ConvertFlags(init_flags); in initialize() localVariable
1133 let converted: BluetoothProperty = prop_pair.1.into(); in test_property_with_string_conversions() localVariable
1148 let converted: BluetoothProperty = prop_pair.1.into(); in test_property_with_string_conversions() localVariable
1162 let converted: BluetoothProperty = prop_pair.1.into(); in test_property_with_string_conversions() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs199 let converted = UuidHelper::from_string(UuidHelper::to_string(&uuid)); in test_uuidhelper() localVariable
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs400 let mut converted = record.get_unsafe_record(); in create_sdp_record() localVariable