/packages/apps/Gallery/src/com/android/camera/ |
D | ImageManager.java | 69 public DataLocation mLocation; 92 mLocation = DataLocation.values()[in.readInt()]; in ImageListParam() 123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL } enum in ImageManager 282 DataLocation location = param.mLocation; in makeImageList() 303 if (haveSdCard && location != DataLocation.INTERNAL) { in makeImageList() 311 if (location == DataLocation.INTERNAL || location == DataLocation.ALL) { in makeImageList() 345 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS, in makeImageList() 351 return makeImageList(cr, DataLocation.ALL, INCLUDE_IMAGES, sort, in makeImageList() 400 public static ImageListParam getImageListParam(DataLocation location, in getImageListParam() 423 DataLocation location, int inclusion, int sort, String bucketId) { in makeImageList()
|
D | GalleryPicker.java | 431 ImageManager.DataLocation.ALL, in checkBucketIds() 763 ImageManager.DataLocation.ALL,
|
D | ImageGallery.java | 608 ImageManager.DataLocation.EXTERNAL,
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelArgumentInfo.h | 91 const DataLocation& locationAndLength() const { in locationAndLength() 95 DataLocation& locationAndLength() { in locationAndLength() 132 DataLocation mLocationAndLength; 143 const std::vector<DataLocation>& ptrArgsLocations);
|
D | ModelArgumentInfo.cpp | 151 const std::vector<DataLocation>& ptrArgsLocations) { in createRequestArguments()
|
D | Manager.cpp | 1091 std::vector<DataLocation> ptrArgsLocations; in createCpuRequest() 1105 const std::vector<DataLocation> inputPtrArgsLocations = fixPointerArguments(inputs); in createCpuRequest() 1106 const std::vector<DataLocation> outputPtrArgsLocations = fixPointerArguments(outputs); in createCpuRequest()
|
D | ExecutionPlan.cpp | 972 const DataLocation& location = operand.location; in findControlFlowBoundaryConstants()
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | Types.h | 391 struct DataLocation { struct 616 DataLocation location; 710 DataLocation append(const uint8_t* data, size_t length); 866 DataLocation location;
|
D | SharedMemory.h | 38 DataLocation append(size_t length, size_t alignment = kMinMemoryAlignment, 53 DataLocation append(const void* data, size_t length);
|
D | TypeUtils.h | 111 std::ostream& operator<<(std::ostream& os, const DataLocation& location);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestUtils.cpp | 51 DataLocation location; in createOperand() 158 const DataLocation location = inputBuilder.append(op.data.get<void>(), op.data.size()); in createRequest() 181 const DataLocation location = outputBuilder.append(bufferSize); in createRequest()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | DriverFuzzTest.cpp | 45 using V1_0::DataLocation; 69 DataLocation loc = {}; in createSubgraph() 191 DataLocation loc = {.poolIndex = kInputPoolIndex, in createRequest() 213 DataLocation loc = {.poolIndex = kOutputPoolIndex, in createRequest()
|
/packages/modules/NeuralNetworks/common/ |
D | SharedMemory.cpp | 35 DataLocation MutableMemoryBuilder::append(size_t length, size_t alignment, size_t padding) { in append() 59 DataLocation ConstantMemoryBuilder::append(const void* data, size_t length) { in append()
|
D | TypeUtils.cpp | 677 std::ostream& operator<<(std::ostream& os, const DataLocation& location) { in operator <<() 982 static bool operator==(const DataLocation& a, const DataLocation& b) { in operator ==() 983 constexpr auto toTuple = [](const DataLocation& location) { in operator ==()
|
D | ExecutionBurstServer.cpp | 208 const V1_0::DataLocation location = operandInfo.location; in deserialize() 249 const V1_0::DataLocation location = operandInfo.location; in deserialize()
|
D | Types.cpp | 53 DataLocation Model::OperandValues::append(const uint8_t* data, size_t length) { in append()
|
D | ValidateHal.cpp | 78 bool validate(const V1_0::DataLocation& location) const { in validate() 346 const V1_0::DataLocation& location = operand.location; in validateOperands() 764 const V1_0::DataLocation& location = requestArgument.location; in validateRequestArguments()
|
D | LegacyHalUtils.cpp | 1524 DataLocation uncheckedConvert(const V1_0::DataLocation& location) { in uncheckedConvert() 1656 V1_0::DataLocation convertToV1_0(const DataLocation& location) { in convertToV1_0()
|
D | Validation.cpp | 390 const DataLocation& location = operand.location; in validateOperandDataLocation()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | Types.t | 146 %insert DataLocation 245 // sub-region specified by DataLocation is a multiple of the "alignment" value. 250 // by the number of elements) rounding up to a multiple of the "padding" value. In DataLocation,
|
/packages/modules/NeuralNetworks/common/include/ |
D | LegacyHalUtils.h | 337 DataLocation uncheckedConvert(const V1_0::DataLocation& location); 378 V1_0::DataLocation convertToV1_0(const DataLocation& location);
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
D | BitmapManagerUnitTests.java | 57 ImageManager.DataLocation.ALL, in setUp()
|