Home
last modified time | relevance | path

Searched defs:getGeneration (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java88 public int getGeneration() { in getGeneration() method in TvStreamConfig
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpDeviceIndex.java472 protected long getGeneration() { in getGeneration() method in MtpDeviceIndex
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h53 inline int32_t getGeneration() const { return mGeneration; } in getGeneration() function
/aosp12/frameworks/native/include/input/
H A DInputDevice.h213 inline int32_t getGeneration() const { return mGeneration; } in getGeneration() function
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java588 public int getGeneration() { in getGeneration() method in InputDevice
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DTranscodingSessionController_tests.cpp218 int32_t getGeneration() { in getGeneration() function in android::TestTranscoder
/aosp12/packages/providers/MediaProvider/apex/framework/java/android/provider/
H A DMediaStore.java4111 public static long getGeneration(@NonNull Context context, @NonNull String volumeName) { in getGeneration() method in MediaStore
4116 public static long getGeneration(@NonNull ContentResolver resolver, in getGeneration() method in MediaStore
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DDatabaseHelper.java1935 public static long getGeneration(@NonNull SQLiteDatabase db) { in getGeneration() method in DatabaseHelper
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1229 uint32_t getGeneration() { return mGeneration; } in getGeneration() function in android::InstrumentedInputReader::FakeInputReaderContext