Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc63 std::vector<StoredAttribute> serialized = db.Serialize(); in TEST() local
313 std::vector<uint8_t> serialized; in TEST() local
356 std::vector<uint8_t> serialized; in TEST() local
537 auto serialized = db.Serialize(); in TEST() local
/packages/modules/StatsD/statsd/tests/
DStatsService_test.cpp75 string serialized = config.SerializeAsString(); in TEST() local
90 string serialized = ""; in TEST() local
106 string serialized = "Invalid config!"; in TEST() local
DStatsLogProcessor_test.cpp1679 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.cc123 std::vector<uint8_t> serialized(len); in gatts_calculate_database_hash() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DReportUtilTest.java67 JSONArray serialized = ReportUtil.serializeUnsignedLongs(UNSIGNED_LONGS); in serializeUnsignedLongs_returnsJSONArray() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types_test.cc95 std::vector<uint8_t> serialized(ltv_map.RawPacketSize()); in TEST() local
143 std::vector<uint8_t> serialized(ltv_map.RawPacketSize()); in TEST() local
171 std::vector<uint8_t> serialized(ltv_map.RawPacketSize()); in TEST() 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.cc255 std::vector<uint8_t> serialized(len); in Hash() local
/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.cc479 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString()
491 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) { in WriteBase64String()
/packages/services/Car/service/src/com/android/car/
DCarMediaService.java888 String serialized = in getLastMediaSourcesInternal() local
1513 String serialized = mSharedPrefs.getString(key, null); in saveLastMediaSource() local
1541 String serialized = mSharedPrefs.getString(key, ""); in getLastMediaSource() local
1569 private List<String> getComponentNameList(String serialized) { in getComponentNameList()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc1563 std::vector<uint8_t> serialized; in TEST_F() local
3100 std::vector<uint8_t> serialized(sp_sz); in TEST_F() local
3130 std::vector<uint8_t> serialized(preset.SerializedSize() - 1); in TEST_F() local
3144 std::vector<uint8_t> serialized(preset.SerializedSize()); in TEST_F() local
3154 std::vector<uint8_t> serialized(preset.SerializedSize()); in TEST_F() local
3189 std::vector<uint8_t> serialized; in TEST_F() local
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc275 std::stringstream serialized; in config_save() local
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc385 std::stringstream serialized; in SerializeToLegacyFormat() local
/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp375 const std::vector<FmqRequestDatum> serialized = serialize(request, measure, slots); in send() local
DExecutionBurstServer.cpp479 const std::vector<FmqResultDatum> serialized = serialize(errorStatus, outputShapes, timing); 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.java864 mMemoryStore.write(getL2Key(), SYSTEM_INFO_DATA_NAME, serialized); in writeToMemory() local