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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 463 final long timestamp) {
465 return queryThumbnail(context, thumbId, origId, isVideo, thumbnailCache, timestamp);
480 final long[] timestamp = new long[size]; local
488 timestamp[ctr] = cursorImages.getLong(THUMBNAIL_DATE_MODIFIED_INDEX);
496 list.timestamp = timestamp;
510 final DiskCache thumbnailCache, final long timestamp) {
517 byte[] bitmap = thumbnailCache.get(thumbId, timestamp);
521 DEFAULT_THUMBNAIL_HEIGHT, timestamp);
534 final long[] timestamp = list.timestamp local
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_descriptors.h 244 uint32 timestamp; /* Timestamp in microseconds, */ member in struct:__anon17069
  /external/qemu/telephony/
sms.c 637 /* parse a service center timestamp */
915 SmsTimeStampRec timestamp; local
928 if ( sms_get_timestamp( &data, end, &timestamp ) < 0 )
1115 const SmsTimeStampRec* timestamp,
1135 gsm_rope_add_timestamp( rope, timestamp ); /* service center timestamp */
1193 const SmsTimeStampRec* timestamp,
1207 sender_address, timestamp,
1215 sender_address, timestamp,
1251 const SmsTimeStampRec* timestamp )
    [all...]
  /build/tools/apicheck/
Android.mk 18 # script file's timestamp is at least as new as the
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
M4vH263Decoder.cpp 207 uint32_t timestamp = 0xFFFFFFFF; local
211 mHandle, &bitstream, &timestamp, &bufferSize,
252 // timestamp and we won't return the current one.
  /frameworks/base/services/sensorservice/
RotationVectorSensor.cpp 59 const double now = event.timestamp * NS2S;
74 const double now = event.timestamp * NS2S;
  /hardware/libhardware/include/hardware/
gps.h 248 /** Timestamp for the location fix. */
249 GpsUtcTime timestamp; member in struct:__anon9640
342 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageListUnitTests.java 82 String subject, long timestamp, int flagRead, int flagFavorite, int flagAttachment,
90 emap.put(MessageColumns.TIMESTAMP, timestamp);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 294 DWORD timestamp = 0; local
388 if ( timestamp != ptrbuf[i].dwTimeStamp ) {
395 timestamp = ptrbuf[i].dwTimeStamp;
400 if ( timestamp != ptrbuf[i].dwTimeStamp ) {
407 timestamp = ptrbuf[i].dwTimeStamp;
418 timestamp = 0;
438 timestamp = 0;
  /external/srec/srec/EventLog/src/
EventLogImpl.c 162 PTimeStamp timestamp; local
238 PTimeStampSet(&timestamp);
239 ct = localtime_r(&timestamp.secs, &ct_r);
457 PTimeStamp timestamp; local
477 PTimeStampSet(&timestamp);
478 ct = localtime_r(&timestamp.secs, &ct_r);
482 ct->tm_min, ct->tm_sec, timestamp.msecs);
  /external/blktrace/
blkparse_fmt.c 84 print_time(unsigned long long timestamp)
91 sec = abs_start_time.tv_sec + SECONDS(timestamp);
92 nsec = abs_start_time.tv_nsec + NANO_SECONDS(timestamp);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_generic.h 147 snd_htimestamp_t *timestamp);
  /external/iproute2/include/
utils.h 18 extern int timestamp;
  /external/iproute2/ip/
ipmonitor.c 42 if (timestamp)
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 123 ULong timestamp; /* modulo timestamp in millisecond*/ member in struct:tagvideoEncFrameIO
331 * @param nextModTime is the timestamp encoder expects from the next input
354 * @brief This function sets the input YUV frame and timestamp to be encoded by the slice-based encoding function PVEncodeSlice().
356 * The encoder library processes the timestamp and determine if this frame is to be encoded or not. If the current frame
361 * @param nextModTime is the timestamp encoder expects from the next input if this input is rejected and nLayer is set to -1.
373 * At the end-of-frame, the next video input address and the next video modulo timestamp will be set.
380 * @param nextModTime is the timestamp encoder expects from the next input
  /frameworks/base/media/libstagefright/include/
OMX.h 83 OMX_U32 flags, OMX_TICKS timestamp);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 591 private long timestamp; field in class:BluetoothOppTransfer.SocketConnectThread
628 timestamp = System.currentTimeMillis();
662 (System.currentTimeMillis() - timestamp) + " ms");
697 (System.currentTimeMillis() - timestamp) + " ms");
  /build/tools/releasetools/
edify_generator.py 82 def AssertOlderBuild(self, timestamp):
84 the given timestamp."""
86 'getprop("ro.build.date.utc")));') % (timestamp,))
  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.mm 191 [newLocation.timestamp timeIntervalSince1970] * 1000.0); // seconds -> milliseconds
  /frameworks/base/core/java/android/hardware/
SensorManager.java 430 final long timestamp[] = new long[1]; local
445 final int sensor = sensors_data_poll(sQueue, values, status, timestamp);
473 values, timestamp, accuracy);
561 void onSensorChangedLocked(Sensor sensor, float[] values, long[] timestamp, int accuracy) {
567 t.timestamp = timestamp[0];
    [all...]
  /frameworks/base/libs/camera/
Camera.cpp 353 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
361 listener->postDataTimestamp(timestamp, msgType, dataPtr);
  /external/bluetooth/bluez/test/
l2test.c 111 static int timestamp = 0; variable
245 if (timestamp) {
498 if (timestamp) {
666 if (timestamp) {
670 timestamp = 0;
1248 timestamp = 1;
  /bootable/recovery/minzip/
Zip.c 932 int flags, const struct utimbuf *timestamp,
1048 targetFile, UNZIP_DIRMODE, timestamp, false);
1062 targetFile, UNZIP_DIRMODE, timestamp, true);
    [all...]
  /frameworks/base/media/libstagefright/omx/
OMX.cpp 326 OMX_U32 flags, OMX_TICKS timestamp) {
328 buffer, range_offset, range_length, flags, timestamp);
384 msg.u.extended_buffer_data.timestamp = pBuffer->nTimeStamp;

Completed in 377 milliseconds

1 2 3 4 56 7 8 91011>>