Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DCustomizationProvider.kt295 interactor.getAffordancePickerRepresentations().forEach { representation -> in <lambda>() method
298 representation.id, in <lambda>()
299 representation.name, in <lambda>()
300 representation.iconResourceId, in <lambda>()
301 if (representation.isEnabled) 1 else 0, in <lambda>()
302 representation.explanation, in <lambda>()
303 representation.actionText, in <lambda>()
304 representation.actionIntent?.toUri(Intent.URI_INTENT_SCHEME), in <lambda>()
305 representation.configureIntent?.toUri(Intent.URI_INTENT_SCHEME), in <lambda>()
320 interactor.getSlotPickerRepresentations().forEach { representation -> in <lambda>() method
[all …]
/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/mpeg4_h263/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/module/codecs/amrwb/dec/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/module/codecs/amrwb/enc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/module/codecs/mp3dec/
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/codec2/components/mp3/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/module/codecs/amrnb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/module/codecs/m4v_h263/
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/codec2/components/aac/
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/base/core/proto/android/server/
Dpeopleservice.proto53 // Integer representation of shortcut bit flags.
56 // Integer representation of conversation bit flags.
/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.
Dlocusid.proto25 // On disk representation of android.content.LocusId. Currently used by
/frameworks/base/core/proto/android/
Dtypedef.proto25 // can be associated with their string representation
/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.proto26 /** 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/proto/android/os/
Dmessage.proto37 // String representation of an arbitrary object to send to the Handler. When
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */

12