Home
last modified time | relevance | path

Searched refs:writeByteArray (Results 1 – 25 of 95) sorted by relevance

1234

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DSysUiStatsEvent.java62 public Builder writeByteArray(byte[] value) { in writeByteArray() method in SysUiStatsEvent.Builder
63 mBuilder.writeByteArray(value); in writeByteArray()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DNativeScanResult.java277 out.writeByteArray(ssid); in writeToParcel()
278 out.writeByteArray(bssid); in writeToParcel()
279 out.writeByteArray(infoElement); in writeToParcel()
H A DSingleScanSettings.java96 out.writeByteArray(new byte[0]); in writeToParcel()
98 out.writeByteArray(vendorIes); in writeToParcel()
H A DHiddenNetwork.java66 out.writeByteArray(ssid); in writeToParcel()
H A DNativeWifiClient.java81 out.writeByteArray(mMacAddress.toByteArray()); in writeToParcel()
/aosp14/system/core/libstats/push_compat/include/
H A DStatsEventCompat.h42 void (*writeByteArray)(AStatsEvent*, const uint8_t*, size_t); member
59 void writeByteArray(const char* buffer, size_t length);
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DParcelableKeyGenParameterSpec.java73 out.writeByteArray(rsaSpec.getPublicExponent().toByteArray()); in writeToParcel()
82 out.writeByteArray(mSpec.getCertificateSubject().getEncoded()); in writeToParcel()
83 out.writeByteArray(mSpec.getCertificateSerialNumber().toByteArray()); in writeToParcel()
102 out.writeByteArray(mSpec.getAttestationChallenge()); in writeToParcel()
/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DWrappedApplicationKey.java160 out.writeByteArray(mEncryptedKeyMaterial); in writeToParcel()
161 out.writeByteArray(mMetadata); in writeToParcel()
H A DKeyChainSnapshot.java287 out.writeByteArray(mEncryptedRecoveryKeyBlob); in writeToParcel()
291 out.writeByteArray(mServerParams); in writeToParcel()
/aosp14/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelArrayBenchmark.java47 mByteParcel.writeByteArray(mByteArray); in setUp()
63 mWriteParcel.writeByteArray(mByteArray); in timeWriteByteArray()
/aosp14/system/core/libstats/push_compat/
H A DStatsEventCompat.cpp89 mAStatsEventApi.writeByteArray = (void (*)(AStatsEvent*, const uint8_t*, size_t))dlsym( in initializeApiTableLocked()
144 void StatsEventCompat::writeByteArray(const char* buffer, size_t length) { in writeByteArray() function in StatsEventCompat
146 mAStatsEventApi.writeByteArray(mEventR, reinterpret_cast<const uint8_t*>(buffer), length); in writeByteArray()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DParcelArrayPerfTest.java71 mByteParcel.writeByteArray(mByteArray); in setUp()
89 mWriteParcel.writeByteArray(mByteArray); in timeWriteByteArray()
/aosp14/frameworks/base/core/java/android/view/displayhash/
H A DDisplayHash.java188 dest.writeByteArray(mImageHash); in writeToParcel()
189 dest.writeByteArray(mHmac); in writeToParcel()
/aosp14/frameworks/base/libs/storage/
H A DObbInfo.cpp43 p->writeByteArray(mSaltSize, mSalt); in writeToParcel()
/aosp14/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterBlob.java56 out.writeByteArray(blob); in writeToParcel()
H A DKeymasterBlobArgument.java51 out.writeByteArray(blob); in writeValue()
H A DExportResult.java62 out.writeByteArray(exportData); in writeToParcel()
H A DKeymasterCertificateChain.java76 out.writeByteArray(arg); in writeToParcel()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsRawData.java64 dest.writeByteArray(data); in writeToParcel()
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/
H A DSatelliteDatagram.java50 out.writeByteArray(mData); in writeToParcel()
/aosp14/frameworks/base/core/java/android/nfc/
H A DApduList.java63 dest.writeByteArray(cmd); in writeToParcel()
H A DTransceiveResult.java66 dest.writeByteArray(mResponseData); in writeToParcel()
/aosp14/frameworks/base/core/java/android/security/
H A DKeystoreArguments.java63 out.writeByteArray(arg); in writeToParcel()
/aosp14/frameworks/base/core/java/android/service/carrier/
H A DMessagePdu.java67 dest.writeByteArray(messagePdu); in writeToParcel()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java107 out.writeByteArray(mSelectResponse); in writeToParcel()

1234