Home
last modified time | relevance | path

Searched refs:isEncrypted (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DSampleChunk.java393 | (isEncrypted(flags) ? C.BUFFER_FLAG_ENCRYPTED : 0); in read()
417 private boolean isEncrypted(int flag) { in isEncrypted() method in SampleChunk
432 | (sample.isEncrypted() ? BUFFER_FLAG_ENCRYPTED : 0); in write()
DSampleQueue.java48 | (sampleFromQueue.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0)); in dequeueSample()
DMemorySampleBuffer.java106 | (sample.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0)); in writeSample()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java347 private void sendAckToClient(boolean isEncrypted) { in sendAckToClient() argument
349 byte[] ack = isEncrypted ? mEncryptionKey.encryptData(ACKNOWLEDGEMENT_MESSAGE) in sendAckToClient()
352 OperationType.CLIENT_MESSAGE, /* isPayloadEncrypted= */ isEncrypted); in sendAckToClient()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/
DConnectedDeviceManager.java538 @NonNull byte[] message, boolean isEncrypted) throws IllegalStateException { in sendMessage() argument
542 + isEncrypted + "."); in sendMessage()
550 if (isEncrypted && !connectedDevice.mConnectedDevice.hasSecureChannel()) { in sendMessage()
556 new DeviceMessage(recipientId, isEncrypted, message)); in sendMessage()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DExoPlayerSampleExtractor.java377 | (mDecoderInputBuffer.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0) in queueSample()
407 | (mDecoderInputBuffer.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0) in queueSample()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java665 return StorageManager.isEncrypted(); in isPhysicalDeviceEncrypted()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java601 boolean isEncrypted, in makeDummyIkeMessageForTest() argument
605 isEncrypted ? IkePayload.PAYLOAD_TYPE_SK : IkePayload.PAYLOAD_TYPE_NO_NEXT; in makeDummyIkeMessageForTest()