/frameworks/base/core/java/android/view/textclassifier/ |
D | ActionsSuggestionsHelper.java | 181 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/ |
D | DiskStatsFileLogger.java | 90 JSONObject representation = getJsonRepresentation(); in dumpToFile() local 91 if (representation != null) { in dumpToFile() 92 pw.println(representation); in dumpToFile()
|
/frameworks/wilhelm/src/android/ |
D | android_sles_conversions.h | 48 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) { in sles_to_android_sampleFormat()
|
/frameworks/av/media/codec2/components/aac/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrnb/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/codec2/components/mp3/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/wilhelm/src/ |
D | data.cpp | 352 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/ |
D | rs_convert.spec | 21 representation to another. 164 Converts a color from a YUV representation to RGBA.
|
/frameworks/base/core/proto/android/content/ |
D | featureinfo.proto | 31 // String representation of reqGlEsVersion.
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestRecBuffQueue.cpp | 271 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/ |
D | window_configuration.proto | 25 /** Proto representation for WindowConfiguration.java class. */
|
D | notification_channel.proto | 46 // Bitwise representation of fields that have been changed by the user,
|
/frameworks/base/core/proto/android/util/ |
D | event_log_tags.proto | 24 // Proto representation of event.logtags.
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 2066 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/ |
D | message.proto | 37 // String representation of an arbitrary object to send to the Handler. When
|
D | ps.proto | 33 // String representation of uid.
|
/frameworks/base/core/proto/android/view/ |
D | remote_animation_target.proto | 28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_Android.h | 56 SLuint32 representation; member
|