HomeSort by relevance Sort by last modified time
    Searched refs:DataLocation (Results 1 - 10 of 10) sorted by null

  /hardware/interfaces/neuralnetworks/1.0/
types.hal     [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 69 public DataLocation mLocation;
92 mLocation = DataLocation.values()[in.readInt()];
123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL }
282 DataLocation location = param.mLocation;
303 if (haveSdCard && location != DataLocation.INTERNAL) {
311 if (location == DataLocation.INTERNAL || location == DataLocation.ALL) {
345 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS,
351 return makeImageList(cr, DataLocation.ALL, INCLUDE_IMAGES, sort,
400 public static ImageListParam getImageListParam(DataLocation location
    [all...]
GalleryPicker.java 431 ImageManager.DataLocation.ALL,
763 ImageManager.DataLocation.ALL,
ImageGallery.java 608 ImageManager.DataLocation.EXTERNAL,
    [all...]
  /frameworks/ml/nn/common/include/
HalInterfaces.h 35 using ::android::hardware::neuralnetworks::V1_0::DataLocation;
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 57 ImageManager.DataLocation.ALL,
  /frameworks/ml/nn/runtime/
ExecutionBuilder.h 41 // TODO move length out of DataLocation
53 DataLocation locationAndLength;
ExecutionBuilder.cpp 390 DataLocation& loc = info.locationAndLength;
526 DataLocation& loc = info.locationAndLength;
586 DataLocation& loc = info.locationAndLength;
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 151 AttrDataLocation: "DataLocation",
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 151 AttrDataLocation: "DataLocation",

Completed in 654 milliseconds