/frameworks/av/camera/ |
ICameraClient.cpp | 70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) 75 data.writeInt64(timestamp); 118 nsecs_t timestamp = data.readInt64(); local 121 dataCallbackTimestamp(timestamp, msgType, imageData);
|
/frameworks/av/camera/camera2/ |
ICameraDeviceCallbacks.cpp | 72 void onCaptureStarted(const CaptureResultExtras& result, int64_t timestamp) 79 data.writeInt64(timestamp); 150 int64_t timestamp = data.readInt64(); local 151 onCaptureStarted(result, timestamp);
|
/frameworks/av/include/camera/ |
ICameraRecordingProxyListener.h | 35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
|
/frameworks/av/include/media/ |
IAudioTrack.h | 77 timestamp */ 91 /* Return NO_ERROR if timestamp is valid. timestamp is undefined otherwise. */ 92 virtual status_t getTimestamp(AudioTimestamp& timestamp) = 0;
|
/frameworks/av/include/media/nbaio/ |
MonoPipeReader.h | 52 virtual void onTimestamp(const AudioTimestamp& timestamp);
|
SourceAudioBufferProvider.h | 40 virtual void onTimestamp(const AudioTimestamp& timestamp);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
SoftMPEG4Encoder.h | 59 // OMX input buffer's timestamp and flags
|
/frameworks/av/services/camera/libcameraservice/gui/ |
RingBufferConsumer.h | 45 * Note that the 'oldest' buffer is the one with the smallest timestamp. 98 // mTimestamp is the current timestamp for this buffer slot. This gets 161 // Return 0 if RingBuffer is empty, otherwise return timestamp of latest buffer. 186 // Timestamp of latest buffer
|
/frameworks/base/core/java/android/hardware/camera2/ |
ICameraDeviceCallbacks.aidl | 31 oneway void onCaptureStarted(in CaptureResultExtras resultExtras, long timestamp);
|
/frameworks/base/docs/html/distribute/googleplay/ |
index.jd | 18 data-sortOrder="-timestamp"
|
/frameworks/base/docs/html/distribute/stories/ |
games.jd | 26 data-sortOrder="-timestamp"
|
/frameworks/native/libs/ui/ |
Fence.cpp | 121 uint64_t timestamp = 0; local 123 if (pinfo->timestamp_ns > timestamp) { 124 timestamp = pinfo->timestamp_ns; 129 return nsecs_t(timestamp);
|
/frameworks/native/services/surfaceflinger/ |
FrameTracker.h | 36 // Some of the time values tracked may be set either as a specific timestamp 38 // signal time of that fence is used instead of the timestamp. 65 // setActualPresentTime sets the timestamp at which the current frame became 108 // and replaces that fence with a timestamp if the fence has signaled. If
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 64 * 3GPP TS 23.041 states that the UE shall ignore the ETWS primary notification timestamp 66 * parceled with the broadcast intent if present, but the timestamp is only computed if an 127 * Returns the Warning-Security-Information timestamp (GSM primary notifications only). 129 * @return a UTC timestamp in System.currentTimeMillis() format, or 0 if not present
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformatqueue.h | 20 guint64 timestamp; member in struct:_MixInputBufferEntry
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderDefs.h | 46 int64_t timestamp; member in struct:PackedFrameData 132 int64_t timeStamp; 173 int64_t timeStamp; // presentation time stamp 181 int64_t timeStamp; // presentation time stamp
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
IVideoPayloadManager.h | 48 int64_t timestamp; member in struct:android::intel::IVideoPayloadManager::MetaData
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
VideoPayloadBuffer.h | 43 int64_t timestamp; member in struct:android::intel::VideoPayloadBuffer
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
DummyDevice.h | 57 virtual void onVsync(int64_t timestamp);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
VideoPayloadBuffer.h | 43 int64_t timestamp; member in struct:android::intel::VideoPayloadBuffer
|
/hardware/libhardware/include/hardware/ |
hw_auth_token.h | 45 uint64_t timestamp; // in network order member in struct:__anon24837
|
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
compress_offload.h | 57 * struct snd_compr_tstamp: timestamp descriptor 73 uint64_t timestamp; member in struct:snd_compr_tstamp 79 * @tstamp: timestamp infomation 163 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
|
/hardware/qcom/msm8x74/kernel-headers/media/ |
msmb_generic_buf_mgr.h | 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
msmb_generic_buf_mgr.h | 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
compress_offload.h | 57 * struct snd_compr_tstamp: timestamp descriptor 73 uint64_t timestamp; member in struct:snd_compr_tstamp 79 * @tstamp: timestamp infomation 163 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
|