Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 17 of 17) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarDiagnosticService.java113 long[] timestamps = mDiagnosticHal.getFreezeFrameTimestamps(); in setInitialFreezeFrames() local
114 if (timestamps != null) { in setInitialFreezeFrames()
115 for (long timestamp : timestamps) { in setInitialFreezeFrames()
436 long[] timestamps = mFreezeFrameDiagnosticRecords.getFreezeFrameTimestamps(); in getFreezeFrameTimestamps() local
438 return timestamps; in getFreezeFrameTimestamps()
451 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames() argument
455 if (timestamps != null && timestamps.length != 0) { in clearFreezeFrames()
461 mDiagnosticHal.clearFreezeFrames(timestamps); in clearFreezeFrames()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java484 long[] timestamps = new long[value.value.int64Values.size()]; in getFreezeFrameTimestamps() local
485 for (int i = 0; i < timestamps.length; ++i) { in getFreezeFrameTimestamps()
486 timestamps[i] = value.value.int64Values.get(i); in getFreezeFrameTimestamps()
488 return timestamps; in getFreezeFrameTimestamps()
517 public void clearFreezeFrames(long... timestamps) { in clearFreezeFrames() argument
520 builder.setInt64Value(timestamps); in clearFreezeFrames()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DImageStreamImpl.java54 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind() argument
56 mLifetime.add(timestamps); in bind()
57 mImageDistributor.addRoute(timestamps, mImageStreamController); in bind()
DAllocatingImageStream.java77 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind() argument
80 return super.bind(timestamps); in bind()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarDiagnosticManagerTest.java98 long[] timestamps = mCarDiagnosticManager.getFreezeFrameTimestamps(); in testFreezeFrames() local
99 if (null != timestamps) { in testFreezeFrames()
100 for (long timestamp : timestamps) { in testFreezeFrames()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.java553 List<Long> timestamps = new ArrayList<>(); in getDailyRotationsInLastWeek() local
565 timestamps.add(existingTimestamp); in getDailyRotationsInLastWeek()
569 jsonArray = new JSONArray(timestamps); in getDailyRotationsInLastWeek()
578 return timestamps; in getDailyRotationsInLastWeek()
605 List<Long> timestamps = new ArrayList<>(); in getDailyRotationsPreviousDay() local
617 timestamps.add(timestamp); in getDailyRotationsPreviousDay()
625 return timestamps; in getDailyRotationsPreviousDay()
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DRequestBuilder.java169 ConcurrentBufferQueue<Long> timestamps = new ConcurrentBufferQueue<>(); in addStream() local
172 timestamps, mBuilder)); in addStream()
174 mResponseListeners.add(ResponseListeners.forTimestamps(timestamps)); in addStream()
DCaptureStream.java60 public Surface bind(BufferQueue<Long> timestamps) in bind() argument
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
DSimpleCaptureStream.java36 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException { in bind() argument
39 timestamps.close(); in bind()
DTimestampResponseListener.java37 public TimestampResponseListener(Updatable<Long> timestamps) { in TimestampResponseListener() argument
38 mTimestamps = timestamps; in TimestampResponseListener()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticManager.java261 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames() argument
263 return mService.clearFreezeFrames(timestamps); in clearFreezeFrames()
DICarDiagnostic.aidl48 boolean clearFreezeFrames(in long[] timestamps) = 5; in clearFreezeFrames() argument
/packages/apps/Camera2/src/com/android/camera/one/v2/
DOneCameraZslImpl.java270 ArrayList<Long> timestamps = new ArrayList<Long>(mCapturedImageTimestamps); in onImageCaptured() local
271 Collections.sort(timestamps); in onImageCaptured()
272 for (int i = 0; i < timestamps.size() in onImageCaptured()
274 mCapturedImageTimestamps.remove(timestamps.get(i)); in onImageCaptured()
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstCaptureCommand.java134 public Surface bind(BufferQueue<Long> timestamps) in run()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...