/packages/services/Car/service/src/com/android/car/ |
D | CarDiagnosticService.java | 113 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/ |
D | DiagnosticHalService.java | 484 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/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPreferences.java | 437 List<Long> timestamps = new ArrayList<>(); in getDailyRotationsInLastWeek() local 449 timestamps.add(existingTimestamp); in getDailyRotationsInLastWeek() 453 jsonArray = new JSONArray(timestamps); in getDailyRotationsInLastWeek() 461 return timestamps; in getDailyRotationsInLastWeek() 488 List<Long> timestamps = new ArrayList<>(); in getDailyRotationsPreviousDay() local 500 timestamps.add(timestamp); in getDailyRotationsPreviousDay() 508 return timestamps; in getDailyRotationsPreviousDay()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ |
D | ImageStreamImpl.java | 54 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind() argument 56 mLifetime.add(timestamps); in bind() 57 mImageDistributor.addRoute(timestamps, mImageStreamController); in bind()
|
D | AllocatingImageStream.java | 77 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/ |
D | CarDiagnosticManagerTest.java | 98 long[] timestamps = mCarDiagnosticManager.getFreezeFrameTimestamps(); in testFreezeFrames() local 99 if (null != timestamps) { in testFreezeFrames() 100 for (long timestamp : timestamps) { in testFreezeFrames()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | RequestBuilder.java | 169 ConcurrentBufferQueue<Long> timestamps = new ConcurrentBufferQueue<>(); in addStream() local 172 timestamps, mBuilder)); in addStream() 174 mResponseListeners.add(ResponseListeners.forTimestamps(timestamps)); in addStream()
|
D | CaptureStream.java | 60 public Surface bind(BufferQueue<Long> timestamps) in bind() argument
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
D | SimpleCaptureStream.java | 36 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException { in bind() argument 39 timestamps.close(); in bind()
|
D | TimestampResponseListener.java | 37 public TimestampResponseListener(Updatable<Long> timestamps) { in TimestampResponseListener() argument 38 mTimestamps = timestamps; in TimestampResponseListener()
|
/packages/services/Car/car-lib/src/android/car/diagnostic/ |
D | CarDiagnosticManager.java | 263 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames() argument 265 return mService.clearFreezeFrames(timestamps); in clearFreezeFrames()
|
D | ICarDiagnostic.aidl | 48 boolean clearFreezeFrames(in long[] timestamps) = 5; in clearFreezeFrames() argument
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | OneCameraZslImpl.java | 269 ArrayList<Long> timestamps = new ArrayList<Long>(mCapturedImageTimestamps); in onImageCaptured() local 270 Collections.sort(timestamps); in onImageCaptured() 271 for (int i = 0; i < timestamps.size() in onImageCaptured() 273 mCapturedImageTimestamps.remove(timestamps.get(i)); in onImageCaptured()
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
D | BurstCaptureCommand.java | 134 public Surface bind(BufferQueue<Long> timestamps) in run()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|