Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/textclassifier/
DActionsSuggestionsHelper.java181 Pair<String, String> representation = getRepresentation(conversationAction);
182 if (representation == null) {
185 Integer existingCount = counter.getOrDefault(representation, 0);
186 counter.put(representation, existingCount + 1);
190 Pair<String, String> representation = getRepresentation(conversationAction);
191 if (representation == null || counter.getOrDefault(representation, 0) == 1) {
/frameworks/base/services/core/java/com/android/server/storage/
DDiskStatsFileLogger.java90 JSONObject representation = getJsonRepresentation(); in dumpToFile() local
91 if (representation != null) { in dumpToFile()
92 pw.println(representation); in dumpToFile()
/frameworks/wilhelm/src/android/
Dandroid_sles_conversions.h48 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) { in sles_to_android_sampleFormat()
/frameworks/av/media/codec2/components/aac/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/aacenc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrwbenc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/mp3dec/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/codec2/components/mpeg4_h263/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/codec2/components/amr_nb_wb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrnb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/codec2/components/mp3/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/m4v_h263/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrwb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/wilhelm/src/
Ddata.cpp352 pDataFormat->mPCMEx.representation = in checkDataFormat()
353 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation; in checkDataFormat()
354 switch (pDataFormat->mPCMEx.representation) { in checkDataFormat()
358 df_representation = &pDataFormat->mPCMEx.representation; in checkDataFormat()
362 pDataFormat->mPCMEx.representation); in checkDataFormat()
/frameworks/rs/script_api/
Drs_convert.spec21 representation to another.
164 Converts a color from a YUV representation to RGBA.
/frameworks/base/core/proto/android/content/
Dfeatureinfo.proto31 // String representation of reqGlEsVersion.
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp271 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT; in TestRecToBuffQueue()
284 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT; in TestRecToBuffQueue()
289 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_FLOAT; in TestRecToBuffQueue()
/frameworks/base/core/proto/android/app/
Dwindow_configuration.proto25 /** Proto representation for WindowConfiguration.java class. */
Dnotification_channel.proto46 // Bitwise representation of fields that have been changed by the user,
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto24 // Proto representation of event.logtags.
/frameworks/base/core/java/android/net/
DUri.java2066 int representation = parcel.readInt(); in readFrom() local
2068 switch (representation) { in readFrom()
2075 + representation); in readFrom()
2255 int representation = parcel.readInt(); in readFrom() local
2256 switch (representation) { in readFrom()
2262 throw new IllegalArgumentException("Unknown representation: " + representation); in readFrom()
/frameworks/base/core/proto/android/os/
Dmessage.proto37 // String representation of an arbitrary object to send to the Handler. When
Dps.proto33 // String representation of uid.
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h56 SLuint32 representation; member

12