/packages/modules/StatsD/statsd/tests/ |
D | StatsService_test.cpp | 41 string serialized = config.SerializeAsString(); in TEST() local 49 string serialized = ""; in TEST() local 57 string serialized = "Invalid config!"; in TEST() local
|
D | StatsLogProcessor_test.cpp | 1564 string serialized = config1.SerializeAsString(); in TEST() local
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types_test.cc | 85 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/Bluetooth/system/stack/gatt/ |
D | gatt_sr_hash.cc | 121 std::vector<uint8_t> serialized(len); in gatts_calculate_database_hash() local
|
/packages/services/Car/service/src/com/android/car/ |
D | CarMediaService.java | 622 String serialized = mSharedPrefs.getString(key, ""); in getLastMediaSources() local 1031 String serialized = mSharedPrefs.getString(key, null); in saveLastMediaSource() local 1060 String serialized = mSharedPrefs.getString(key, ""); in getLastMediaSource() local 1087 private List<String> getComponentNameList(@NonNull String serialized) { in getComponentNameList()
|
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/ |
D | Player.java | 234 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/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 341 String serialized = "[ Name: " + mItem.getTitle() in toString() local 499 String serialized = "Size: " + mBrowseMap.size(); in toString() local
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 247 std::vector<uint8_t> serialized(len); in Hash() local
|
/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_test.cc | 62 std::vector<StoredAttribute> serialized = db.Serialize(); in TEST() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_common_metrics.cc | 119 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) { in WriteBase64String() 122 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString()
|
/packages/modules/Bluetooth/system/common/ |
D | metrics_linux.cc | 75 void BluetoothMetricsLogger::WriteString(std::string* serialized) {} in WriteString() 77 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) {} in WriteBase64String()
|
D | metrics.cc | 462 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString() 474 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) { in WriteBase64String()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 1473 std::vector<uint8_t> serialized; in TEST_F() local 2985 std::vector<uint8_t> serialized(sp_sz); in TEST_F() local 3015 std::vector<uint8_t> serialized(preset.SerializedSize() - 1); in TEST_F() local 3029 std::vector<uint8_t> serialized(preset.SerializedSize()); in TEST_F() local 3039 std::vector<uint8_t> serialized(preset.SerializedSize()); in TEST_F() local 3074 std::vector<uint8_t> serialized; in TEST_F() local
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache.cc | 380 std::stringstream serialized; in SerializeToLegacyFormat() local
|
/packages/modules/Bluetooth/system/osi/src/ |
D | config.cc | 278 std::stringstream serialized; in config_save() local
|
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstController.cpp | 374 const std::vector<FmqRequestDatum> serialized = serialize(request, measure, slots); in send() local
|
D | ExecutionBurstServer.cpp | 479 const std::vector<FmqResultDatum> serialized = serialize(errorStatus, outputShapes, timing); in send() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiScoreCard.java | 2073 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
|
D | WifiHealthMonitor.java | 861 mMemoryStore.write(getL2Key(), SYSTEM_INFO_DATA_NAME, serialized); in writeToMemory() local
|