Home
last modified time | relevance | path

Searched defs:serialized (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types_test.cc85 std::vector<uint8_t> serialized(ltv_map.RawPacketSize()); in TEST() local
117 std::vector<uint8_t> serialized(ltv_map.RawPacketSize()); in TEST() local
145 std::vector<uint8_t> serialized(ltv_map.RawPacketSize()); in TEST() local
/packages/modules/StatsD/statsd/tests/
DStatsService_test.cpp77 string serialized = config.SerializeAsString(); in TEST() local
92 string serialized = ""; in TEST() local
108 string serialized = "Invalid config!"; in TEST() local
DStatsLogProcessor_test.cpp1684 string serialized = config1.SerializeAsString(); in TEST() local
/packages/modules/Bluetooth/system/rust/src/utils/
Dpacket.rs12 let serialized = AttBuilder { _child_: child, opcode }.to_vec().unwrap(); in build_att_view_or_crash() localVariable
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr_hash.cc121 std::vector<uint8_t> serialized(len); in gatts_calculate_database_hash() local
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java234 String serialized = Base64.getEncoder().encodeToString(MessageNano.toByteArray(playlist)); in saveState() local
302 String serialized = mSharedPrefs.getString(CURRENT_PLAYLIST_KEY, null); in maybeRestoreState() local
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc247 std::vector<uint8_t> serialized(len); in Hash() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java343 String serialized = "[ Name: " + mItem.getTitle() in toString() local
501 String serialized = "Size: " + mBrowseMap.size(); in toString() local
/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc62 std::vector<StoredAttribute> serialized = db.Serialize(); in TEST() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_common_metrics.cc114 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) { in WriteBase64String()
117 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString()
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc75 void BluetoothMetricsLogger::WriteString(std::string* serialized) {} in WriteString()
77 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) {} in WriteBase64String()
Dmetrics.cc462 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString()
474 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) { in WriteBase64String()
/packages/services/Car/service/src/com/android/car/
DCarMediaService.java830 String serialized = mSharedPrefs.getString(key, ""); in getLastMediaSourcesInternal() local
1438 String serialized = mSharedPrefs.getString(key, null); in saveLastMediaSource() local
1466 String serialized = mSharedPrefs.getString(key, ""); in getLastMediaSource() local
1494 private List<String> getComponentNameList(String serialized) { in getComponentNameList()
/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dtest.rs328 let serialized = #builder.to_vec().unwrap(); in generate_test_file() localVariable
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc1475 std::vector<uint8_t> serialized; in TEST_F() local
2987 std::vector<uint8_t> serialized(sp_sz); in TEST_F() local
3017 std::vector<uint8_t> serialized(preset.SerializedSize() - 1); in TEST_F() local
3031 std::vector<uint8_t> serialized(preset.SerializedSize()); in TEST_F() local
3041 std::vector<uint8_t> serialized(preset.SerializedSize()); in TEST_F() local
3076 std::vector<uint8_t> serialized; in TEST_F() local
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc278 std::stringstream serialized; in config_save() local
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc383 std::stringstream serialized; in SerializeToLegacyFormat() local
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp479 const std::vector<FmqResultDatum> serialized = serialize(errorStatus, outputShapes, timing); in send() local
DExecutionBurstController.cpp374 const std::vector<FmqRequestDatum> serialized = serialize(request, measure, slots); in send() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2073 void readBackListener(byte[] serialized) { in readBackListener()
2227 mMemoryStore.write(perBssid.getL2Key(), PER_BSSID_DATA_NAME, serialized); in doWritesBssid() local
2249 mMemoryStore.write(perNetwork.getL2Key(), PER_NETWORK_DATA_NAME, serialized); in doWritesNetwork() local
DWifiHealthMonitor.java862 mMemoryStore.write(getL2Key(), SYSTEM_INFO_DATA_NAME, serialized); in writeToMemory() local