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

<<11121314151617181920>>

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 240 bool GLEnv::SetSurfaceTimestamp(int64_t timestamp) {
247 native_window_set_buffers_timestamp(window, timestamp);
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 207 long timestamp; local
331 fscanf(fptr,"%d %ld", &temperature, &timestamp);
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 287 long timestamp = cursor.getLong(SNAPSHOT_DATE_CREATED); local
290 date.setText(dateFormat.format(new Date(timestamp)));
  /external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm 595 result.timeStampSeconds = [event timestamp];
703 result.timeStampSeconds = [event timestamp];
848 result.timeStampSeconds = [event timestamp];
  /frameworks/av/camera/tests/
ProCameraTests.cpp 279 ", timestamp = " << buf.timestamp << std::endl;
1018 ", timestamp = " << buf.timestamp << std::endl;
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 485 int64_t timestamp, uint32_t *stride) {
530 ALOGVV("Set timestamp to %p", anw.get());
531 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
567 EXPECT_EQ(time, b.timestamp);
608 EXPECT_EQ(time[i], b.timestamp);
650 EXPECT_EQ(time, b[i].timestamp);
673 EXPECT_EQ(time, bTooMuch.timestamp);
  /frameworks/av/services/camera/libcameraservice/
Camera3Device.cpp 269 lines.appendFormat(" Frame %d | Timestamp: %lld, metadata"
1196 nsecs_t timestamp = 0; local
1336 nsecs_t timestamp = msg->message.shutter.timestamp; local
    [all...]
Camera2Device.cpp 467 nsecs_t timestamp = (nsecs_t)ext2 | ((nsecs_t)(ext3) << 32 ); local
468 listener->notifyShutter(ext1, timestamp);
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]
  /bootable/recovery/minzip/
Zip.c 932 int flags, const struct utimbuf *timestamp,
1050 targetFile, UNZIP_DIRMODE, timestamp, false, sehnd);
1064 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd);
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 428 time_t timestamp = time(NULL); local
443 timestamp
454 timestamp
467 timestamp
560 sock_ip, sock_port, timestamp
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 39 from datetime import datetime # used in timestamp() namespace
81 def timestamp(): function
461 filename = filename or "%s.patch" % timestamp()
477 # timestamp argument is just for unittests.
478 def _filename_for_upload(self, file_object, bug_id, extension="txt", timestamp=timestamp):
481 return "bug-%s-%s.%s" % (bug_id, timestamp(), extension)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 495 long timestamp = c.getCreateTime(); local
497 if (clccUsed[i] && timestamp == mClccTimestamps[i]) {
518 long timestamp = newConnections.get(j).getCreateTime(); local
519 if (timestamp < earliestTimestamp) {
520 earliestTimestamp = timestamp;
    [all...]
  /system/core/charger/
charger.c 79 int64_t timestamp; member in struct:key_state
792 /* only record the down even timestamp, as the amount
795 charger->keys[code].timestamp = now;
801 int64_t duration = now - charger->keys[code].timestamp;
823 int64_t then = key->timestamp + timeout;
836 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 119 void SelectTab(int index, uint32 timestamp);
174 // This is used to make sure we use the right timestamp when sending
324 void BrowserListener::SelectTab(int index, uint32 timestamp) {
332 select_tab_timestamp_ = timestamp;
590 // param(1): timestamp of the event.
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 804 WebInspector.ResourceRevision = function(resource, content, timestamp)
808 this._timestamp = timestamp;
817 get timestamp()
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 419 uint32_t timestamp = local
429 mHandle, &bitstream, &timestamp, &tmp,
444 outHeader->nTimeStamp = timestamp * 1000;
  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor.cpp 79 nsecs_t timestamp = entry.data.i64[0]; local
80 (void)timestamp;
81 ALOGVV("Got preview frame for timestamp %lld", timestamp);
465 ALOGVV(" Acquired buffer, timestamp %lld", queueHead.buffer.mTimestamp);
496 ALOGE("%s: Can't find timestamp in frame!",
  /frameworks/base/tools/orientationplot/
orientationplot.py 276 timestamp = self._parse_timestamp(line)
280 self.timebase = timestamp
281 delta = timestamp - self.timebase
435 # Parse the logcat timestamp.
436 # Timestamp has the form '01-21 20:42:42.930'
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 397 long timestamp = 0; local
449 if (V) timestamp = System.currentTimeMillis();
466 + (System.currentTimeMillis() - timestamp) + " ms");
BluetoothOppObexServerSession.java 275 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
462 long timestamp = 0; local
466 if (V) timestamp = System.currentTimeMillis();
481 + (System.currentTimeMillis() - timestamp) + " ms");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 474 long timestamp = 0; local
475 if (V) timestamp = System.currentTimeMillis();
591 + (System.currentTimeMillis() - timestamp) + " ms");
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 454 time_t timestamp) {
455 return MakeAutofillEntry(name, value, timestamp, -1);
549 for (std::vector<base::Time>::const_iterator timestamp = ts.begin();
550 timestamp != ts.end(); ++timestamp) {
551 new_autofill.add_usage_timestamp(timestamp->ToInternalValue());
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 1125 gtk_window_present_with_time(GTK_WINDOW(window), timestamp); local
    [all...]

Completed in 591 milliseconds

<<11121314151617181920>>