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