Home
last modified time | relevance | path

Searched refs:actualTimestamp (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.h159 nsecs_t* actualTimestamp);
DZslProcessor.cpp592 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/
DCarHelperServiceTest.java851 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()