Searched refs:getTimestamp (Results 26 - 50 of 55) sorted by relevance

123

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java135 String getTimestamp() { method in class:TrackerEntry
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java254 long getTimestamp() { method in class:InboundSmsTracker
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h88 virtual status_t getTimestamp(AudioTimestamp &ts) const;
202 virtual status_t getTimestamp(AudioTimestamp &ts) const;
H A DMediaPlayerService.cpp1500 status_t MediaPlayerService::AudioOutput::getTimestamp(AudioTimestamp &ts) const function in class:android::MediaPlayerService::AudioOutput
1503 return mTrack->getTimestamp(ts);
1981 status_t MediaPlayerService::AudioCache::getTimestamp(AudioTimestamp &ts) const function in class:android::MediaPlayerService::AudioCache
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp582 int64_t GraphicBufferSource::getTimestamp(const BufferQueue::BufferItem &item) { function in class:android::GraphicBufferSource
646 int64_t timeUs = getTimestamp(item);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java249 if (frame.getTimestamp() == Frame.TIMESTAMP_NOT_SET) {
259 mCurrentTimestamp = result.getTimestamp();
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp204 nsecs_t monotonicNsec = mGlConsumer->getTimestamp();
/frameworks/av/include/media/
H A DAudioTrack.h596 status_t getTimestamp(AudioTimestamp& timestamp);
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp85 nsecs_t SurfaceMediaSource::getTimestamp() { function in class:android::SurfaceMediaSource
86 ALOGV("getTimestamp");
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h67 virtual status_t getTimestamp(AudioTimestamp& timestamp);
159 // for last call to getTimestamp
H A DTracks.cpp353 status_t AudioFlinger::TrackHandle::getTimestamp(AudioTimestamp& timestamp) function in class:android::AudioFlinger::TrackHandle
355 return mTrack->getTimestamp(timestamp);
879 status_t AudioFlinger::PlaybackThread::Track::getTimestamp(AudioTimestamp& timestamp) function in class:android::AudioFlinger::PlaybackThread::Track
904 // It is unlikely that we would be able to call getTimestamp() so quickly
H A DFastMixer.cpp445 timestampStatus = outputSink->getTimestamp(timestamp);
H A DAudioFlinger.h491 virtual status_t getTimestamp(AudioTimestamp& timestamp);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp335 return surfaceTexture->getTimestamp();
/frameworks/base/media/java/android/media/
H A DImageReader.java605 public long getTimestamp() { method in class:ImageReader.SurfaceImage
H A DAudioTrack.java894 public boolean getTimestamp(AudioTimestamp timestamp) method in class:AudioTrack
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java199 long timestamp = mSurfaceTexture.getTimestamp();
H A DSurfaceTextureTarget.java243 glEnv.setSurfaceTimestamp(input.getTimestamp());
H A DMediaSource.java335 long timestamp = mSurfaceTexture.getTimestamp();
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java695 long timestamp = mSurfaceTexture.getTimestamp();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java174 public long getTimestamp() { method in class:BackingStore
H A DCameraStreamer.java227 targetFrame.setTimestamp(mPreviewSurfaceTexture.getTimestamp());
352 targetFrame.setTimestamp(mPreviewSurfaceTexture.getTimestamp());
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1932 status_t AudioTrack::getTimestamp(AudioTimestamp& timestamp) function in class:android::AudioTrack
1954 LOG_ALWAYS_FATAL("Invalid mState in getTimestamp(): %d", mState);
1959 restoreTrack_l("getTimestamp");
1964 status_t status = mAudioTrack->getTimestamp(timestamp);
1966 ALOGV_IF(status != WOULD_BLOCK, "getTimestamp error:%#x", status);
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp855 ALOGE("Unable to retrieve AudioTrack pointer for getTimestamp()");
859 status_t status = lpTrack->getTimestamp(timestamp);
863 ALOGE("Unable to get array for getTimestamp()");

Completed in 2471 milliseconds

123