HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 101 - 125 of 365) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/libhardware/include/hardware/
sensors.h 293 int64_t timestamp; member in struct:sensors_event_t
  /system/core/adb/
file_sync_service.c 154 unsigned int timestamp = 0; local
179 timestamp = ltohl(msg.data.size);
206 u.actime = timestamp;
207 u.modtime = timestamp;
file_sync_client.c 126 int sync_readtime(int fd, const char *path, unsigned *timestamp)
147 *timestamp = ltohl(msg.stat.time);
167 static int sync_finish_readtime(int fd, unsigned int *timestamp,
178 *timestamp = ltohl(msg.stat.time);
707 unsigned int timestamp, mode, size; local
708 if(sync_finish_readtime(fd, &timestamp, &mode, &size))
712 if((S_ISREG(ci->mode & mode) && timestamp == ci->time) ||
713 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
909 unsigned int timestamp, mode, size;
910 if (sync_finish_readtime(fd, &timestamp, &mode, &size)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_descriptors.h 337 uint32 timestamp; /* Timestamp in microseconds, */ member in struct:__anon16737
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
CalibrateVolumeActivity.java 134 long timestamp = System.currentTimeMillis(); local
135 if (timestamp - mTimestamp > DEBOUNCE_TIME) {
138 mTimestamp = timestamp;
  /external/bluetooth/bluez/audio/
gstrtpsbcpay.c 206 GST_BUFFER_TIMESTAMP(outbuf) = sbcpay->timestamp;
221 sbcpay->timestamp = GST_BUFFER_TIMESTAMP(buffer);
342 self->timestamp = 0;
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 120 jfloatArray values, jintArray status, jlongArray timestamp)
141 env->SetLongArrayRegion(timestamp, 0, 1, &event.timestamp);
  /build/tools/signapk/
SignApk.java 400 JarFile in, JarOutputStream out, long timestamp) throws IOException {
417 outEntry.setTime(timestamp);
451 long timestamp = publicKey.getNotBefore().getTime() + 3600L * 1000; local
470 je.setTime(timestamp);
478 je.setTime(timestamp);
485 je.setTime(timestamp);
490 copyFiles(manifest, inputJar, outputJar, timestamp);
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 570 CharSequence timestamp = null; local
579 timestamp = DateUtils.getRelativeTimeSpanString(date,
613 if (timestamp != null && label != null) {
616 timestamp, label);
617 } else if (timestamp == null && label != null) {
621 } else if (timestamp != null) {
622 attribution = timestamp;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 316 timestamp:[self currentEventTime]
376 timestamp:[self currentEventTime]
392 lastClick = [event timestamp];
434 timestamp:[self currentEventTime]
464 timestamp:[self currentEventTime]
567 timestamp:[self currentEventTime]
580 timestamp:[self currentEventTime]
  /external/bluetooth/bluez/src/
sdpd-request.c 54 uint32_t timestamp; member in struct:_sdp_cstate_list
66 if (p->timestamp == cstate->timestamp)
81 cstate->timestamp = sdp_get_time();
84 return cstate->timestamp;
248 SDPDBG("Non null sdp_cstate_t id : 0x%x", cstate->timestamp);
293 SDPDBG("Cstate TS : 0x%x", (*cstate)->timestamp);
521 newState.timestamp = cStateId;
726 newState.timestamp = sdp_cstate_alloc_buf(buf);
883 newState.timestamp = sdp_cstate_alloc_buf(buf)
    [all...]
  /external/bluetooth/bluez/test/
rctest.c 86 static int timestamp = 0; variable
174 if (timestamp) {
358 if (timestamp) {
442 if (timestamp) {
446 timestamp = 0;
707 timestamp = 1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 429 long timestamp = 0; local
430 if (V) timestamp = System.currentTimeMillis();
498 + (System.currentTimeMillis() - timestamp) + " ms");
551 long timestamp = 0; local
557 if (V) timestamp = System.currentTimeMillis();
568 + (System.currentTimeMillis() - timestamp) + " ms");
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 242 private void updatePositions(float sx, float sy, long timestamp) {
243 final long t = timestamp;
382 * record the accelerometer data, the event's timestamp as well as
409 mSensorTimeStamp = event.timestamp;
  /external/qemu/slirp/
tftp.c 35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
  /external/qemu/slirp-android/
tftp.c 35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
  /frameworks/base/media/libstagefright/
CameraSource.cpp 42 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
71 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
75 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
329 LOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
  /build/core/tasks/
sdk-addon.mk 58 # We don't know about all of the docs files, so depend on the timestamp for
63 doc_timestamp := $(call doc-timestamp-for, $(doc_module))
  /external/ipsec-tools/src/racoon/
evt.c 111 time(&evtdump->timestamp);
  /external/webkit/WebCore/page/
GeolocationPositionCache.cpp 99 "timestamp INTEGER NOT NULL)"))
120 return Geoposition::create(coordinates.release(), statement.getColumnInt64(7)); // timestamp
144 "timestamp) "
168 statement.bindInt64(8, position->timestamp());
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 192 return currentTimeMillis - position1->timestamp() > maximumAgeMillis;
  /frameworks/base/location/java/android/location/
GpsStatus.java 127 void onNmeaReceived(long timestamp, String nmea);
  /frameworks/base/media/libstagefright/include/
OMXNodeInstance.h 71 OMX_U32 flags, OMX_TICKS timestamp);
  /frameworks/base/services/sensorservice/
GravitySensor.cpp 51 const double now = event.timestamp * NS2S;
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_descriptors.h 256 uint32 timestamp; /* Timestamp in microseconds, */ member in struct:__anon10348

Completed in 1296 milliseconds

1 2 3 45 6 7 8 91011>>