Home
last modified time | relevance | path

Searched refs:representation (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DCVE_2022_20338.java48 final int representation = 1 /* REPRESENTATION_ENCODED */; in testPocCVE_2022_20338() local
52 parcel.writeInt(representation); in testPocCVE_2022_20338()
55 parcel.writeInt(representation); in testPocCVE_2022_20338()
57 parcel.writeInt(representation); in testPocCVE_2022_20338()
59 parcel.writeInt(representation); in testPocCVE_2022_20338()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorder.java101 private static int audioChannelMaskFromRepresentationAndBits(int representation, int bits) in audioChannelMaskFromRepresentationAndBits() argument
103 return ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits); in audioChannelMaskFromRepresentationAndBits()
/cts/tests/tests/media/audio/jni/
DAudioRecorder.cpp142 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_FLOAT; in Open()
Daudio-track-native.cpp117 pcm.representation = useFloat ? SL_ANDROID_PCM_REPRESENTATION_FLOAT in open()
Daudio-record-native.cpp132 pcm.representation = useFloat ? SL_ANDROID_PCM_REPRESENTATION_FLOAT in open()
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.bp126 // Convert the .txt file into its XML representation.