Searched refs:timestampObj (Results 1 – 2 of 2) sorted by relevance
131 bool OboePlayer::getJavaTimestamp(jobject timestampObj) { in getJavaTimestamp() argument138 env->SetLongField(timestampObj, mFidFramePosition, nativeStamp.position); in getJavaTimestamp()139 env->SetLongField(timestampObj, mFidNanoTime, nativeStamp.timestamp); in getJavaTimestamp()
40 bool getJavaTimestamp(jobject timestampObj);