Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Dapk_archive.h37 struct Location { struct
58 std::string ReadMetadata(Location loc) const; argument
/aosp12/system/tools/hidl/
H A DLocation.h56 struct Location { struct
82 std::ostream& operator<<(std::ostream& ostr, const Location& loc); argument
H A DLocation.cpp56 Location::Location(const Position& begin, const Position& end) in Location() function in android::Location
H A DCoordinator.h57 enum class Location { enum
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DRegs.h43 struct Location { struct
44 Location(LocationEnum type, int16_t value) : type(type), value(value) {} in Location() argument
46 LocationEnum type; argument
50 Regs(uint16_t total_regs, const Location& return_loc) in Regs() argument
/aosp12/bionic/tools/versioner/src/
H A DDeclarationDatabase.h111 struct Location { struct
113 FileLocation start; argument
114 FileLocation end; argument
116 bool operator<(const Location& rhs) const { argument
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DLocation.java26 public final class Location { class
33 private Location(double latitude, double longitude) { in Location() method in Location
/aosp12/art/compiler/optimizing/
H A Dregister_allocation_resolver.h32 class Location; variable
H A Dregister_allocator.h33 class Location; variable
H A Dregister_allocator_graph_color.h34 class Location; variable
H A Dlocations.h31 class Location; variable
81 Location() : ValueObject(), value_(kInvalid) { in Location() function
419 explicit Location(uintptr_t value) : value_(value) {} in Location() function
421 Location(Kind kind, uintptr_t payload) in Location() function
H A Dregister_allocator_linear_scan.h34 class Location; variable
/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
H A DApkArchive.java57 final static class Location { class in ApkArchive
61 public Location(long offset, long size) { in Location() method in ApkArchive.Location
/aosp12/system/extras/simpleperf/scripts/
H A Dprofile_pb2.py573 Location = _reflection.GeneratedProtocolMessageType('Location', (_message.Message,), dict( variable
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h38 enum Location { enum
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_reduce.h81 const clang::SourceLocation Location, in RSExportReduce()
H A Dslang_rs_export_reduce.cpp53 const clang::SourceLocation Location, in Create()
/aosp12/frameworks/base/location/java/android/location/
H A DLocationResult.java219 public @NonNull LocationResult map(Function<Location, Location> function) { in map()
H A DLocation.java48 public class Location implements Parcelable { class
135 public Location(String provider) { in Location() method in Location
142 public Location(Location l) { in Location() method in Location
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DLauncherLayoutBuilder.java127 public class Location { class in LauncherLayoutBuilder
/aosp12/system/tools/hidl/test/host_test/
H A Dmain.cpp74 using Location = Coordinator::Location; in TEST_F() typedef
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc144 base::Callback<void(const base::Location&, BT_HDR*)> send_data_cb) { in set_data_cb()
/aosp12/hardware/qcom/gps/msm8998/location/
H A DLocationAPIClientBase.h109 inline virtual void onTrackingCb(Location /*location*/) {} in onTrackingCb() argument
118 inline virtual void onBatchingCb(size_t /*count*/, Location* /*location*/) {} in onBatchingCb() argument
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/
H A DLocationAPIClientBase.h109 inline virtual void onTrackingCb(Location /*location*/) {} in onTrackingCb() argument
118 inline virtual void onBatchingCb(size_t /*count*/, Location* /*location*/) {} in onBatchingCb() argument
/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPIClientBase.h221 inline virtual void onTrackingCb(Location /*location*/) {} in onTrackingCb() argument
230 inline virtual void onBatchingCb(size_t /*count*/, Location* /*location*/, in onBatchingCb() argument

12