Home
last modified time | relevance | path

Searched defs:Location (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHeaderInfoLayout.kt115 private data class Location(var left: Int, var right: Int) { dataClass
/frameworks/base/location/java/android/location/
DLocation.java44 public class Location implements Parcelable { class
166 public Location(String provider) { in Location() method in Location
173 public Location(Location l) { in Location() method in Location
/frameworks/av/media/libaudioclient/include/media/
DAudioTimestamp.h38 enum Location { enum
/frameworks/compile/slang/
Dslang_rs_export_reduce.h81 const clang::SourceLocation Location, in RSExportReduce()
Dslang_rs_export_reduce.cpp53 const clang::SourceLocation Location, in Create()
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto259 message Location { message
Dglobal.proto522 message Location { message
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp1265 enum Location { VECTOR, REGION }; in TEST_P() enum