Home
last modified time | relevance | path

Searched refs:timestampObj (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/jni/megaaudio/player/
DOboePlayer.cpp131 bool OboePlayer::getJavaTimestamp(jobject timestampObj) { in getJavaTimestamp() argument
138 env->SetLongField(timestampObj, mFidFramePosition, nativeStamp.position); in getJavaTimestamp()
139 env->SetLongField(timestampObj, mFidNanoTime, nativeStamp.timestamp); in getJavaTimestamp()
DOboePlayer.h40 bool getJavaTimestamp(jobject timestampObj);