HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 301 - 325 of 796) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.h 68 void onCaptureAvailable(nsecs_t timestamp, sp<MemoryBase> captureBuffer);
  /frameworks/base/location/java/android/location/
GpsStatus.java 127 void onNmeaReceived(long timestamp, String nmea);
  /frameworks/native/libs/gui/
Surface.cpp 260 int64_t timestamp; local
262 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
263 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
264 timestamp / 1000000.f);
266 timestamp = mTimestamp;
280 IGraphicBufferProducer::QueueBufferInput input(timestamp, crop, mScalingMode,
469 int64_t timestamp = va_arg(args, int64_t); local
470 return setBuffersTimestamp(timestamp);
642 int Surface::setBuffersTimestamp(int64_t timestamp)
646 mTimestamp = timestamp;
    [all...]
  /hardware/libhardware/include/hardware/
camera3.h 128 * event, including the frame number and the timestamp for start of exposure.
285 * android.sensor.timestamp (dynamic)
1404 uint64_t timestamp; member in struct:camera3_shutter_msg
    [all...]
hwcomposer.h 364 * the "timestamp" parameter is the system monotonic clock timestamp in
378 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 74 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 138 time_t timestamp; member in struct:video_event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip.h 29 struct timestamp struct
203 #define IPOPT_TS 68 /* timestamp */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 302 struct timeval timestamp; /**< The time when this timing info structure was current */ member in struct:pa_timing_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 138 time_t timestamp; member in struct:video_event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip.h 29 struct timestamp struct
203 #define IPOPT_TS 68 /* timestamp */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 302 struct timeval timestamp; /**< The time when this timing info structure was current */ member in struct:pa_timing_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 138 time_t timestamp; member in struct:video_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip.h 29 struct timestamp struct
203 #define IPOPT_TS 68 /* timestamp */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 302 struct timeval timestamp; /**< The time when this timing info structure was current */ member in struct:pa_timing_info
  /external/qemu/telephony/
sms.c 638 /* parse a service center timestamp */
916 SmsTimeStampRec timestamp; local
929 if ( sms_get_timestamp( &data, end, &timestamp ) < 0 )
1116 const SmsTimeStampRec* timestamp,
1136 gsm_rope_add_timestamp( rope, timestamp ); /* service center timestamp */
1194 const SmsTimeStampRec* timestamp,
1208 sender_address, timestamp,
1216 sender_address, timestamp,
1252 const SmsTimeStampRec* timestamp )
    [all...]
  /hardware/invensense/libsensors_iio/
MPLSensor.cpp     [all...]
  /build/tools/apicheck/
Android.mk 19 # script file's timestamp is at least as new as the
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 91 // Inserting a new status message causes a timestamp to be inserted
101 private Uri insertStatusUpdate(long dataId, int presence, String status, Long timestamp)
108 .withValue(StatusUpdates.STATUS_TIMESTAMP, timestamp)
ContactsContract_StreamItemsTest.java 77 values.put(StreamItems.TIMESTAMP, UPDATE_TIMESTAMP);
102 values.put(StreamItems.TIMESTAMP, INSERT_TIMESTAMP);
125 .withValue(StreamItems.TIMESTAMP, INSERT_TIMESTAMP)
151 .withValue(StreamItems.TIMESTAMP, UPDATE_TIMESTAMP)
168 private void assertStreamItem(Uri uri, String text, long timestamp, String comments) {
174 assertEquals(timestamp, cursor.getLong(
175 cursor.getColumnIndexOrThrow(StreamItems.TIMESTAMP)));
  /cts/tools/cts-api-coverage/
Android.mk 18 # script file's timestamp is at least as new as the
  /cts/tools/cts-java-scanner/
Android.mk 18 # script file's timestamp is at least as new as the
  /cts/tools/cts-native-scanner/
Android.mk 18 # script file's timestamp is at least as new as the
  /cts/tools/cts-xml-generator/
Android.mk 18 # script file's timestamp is at least as new as the
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 213 dictionary->SetDouble("timestamp",
214 static_cast<double>(tab.timestamp.ToInternalValue()));
235 dictionary->SetDouble("timestamp",
236 static_cast<double>(window.timestamp.ToInternalValue()));

Completed in 1402 milliseconds

<<11121314151617181920>>