Searched refs:actualTimestamp (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | ZslProcessor.h | 159 nsecs_t* actualTimestamp);
|
D | ZslProcessor.cpp | 592 nsecs_t* actualTimestamp) { in enqueueInputBufferByTimestamp() argument 617 if (nullptr != actualTimestamp) { in enqueueInputBufferByTimestamp() 618 *actualTimestamp = actual; in enqueueInputBufferByTimestamp()
|
/frameworks/opt/car/services/tests/src/com/android/internal/car/ |
D | CarHelperServiceTest.java | 851 long actualTimestamp = data.readLong(); in expectICarOnUserLifecycleEvent() local 855 + ", timestamp= " + actualTimestamp in expectICarOnUserLifecycleEvent() 859 … assertParcelValueInRange(errors, "timestamp", before, actualTimestamp, after); in expectICarOnUserLifecycleEvent() 888 long actualTimestamp = data.readLong(); in expectICarFirstUserUnlocked() local 892 + ", timestamp= " + actualTimestamp in expectICarFirstUserUnlocked() 897 assertParcelValueInRange(errors, "timestamp", before, actualTimestamp, in expectICarFirstUserUnlocked()
|