/device/sample/apps/client/src/com/example/android/platform_library/client/ |
D | Client.java | 38 TextView tv = new TextView(this); in onCreate() local 39 tv.setText("Got from lib: " + res); in onCreate() 40 setContentView(tv); in onCreate()
|
/device/generic/goldfish/libqemu/ |
D | test_util.c | 38 struct timeval tv; in now_secs() local 39 gettimeofday(&tv, NULL); in now_secs() 40 return tv.sec + (double)tv.usec/1e6; in now_secs()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 366 struct timeval tv, *tvp = NULL; in Select() local 376 tv.tv_sec = timeout / 1000000; in Select() 377 tv.tv_usec = timeout % 1000000; in Select() 378 tvp = &tv; in Select()
|
/device/google/atv/sdk/ |
D | images_x86_source.prop_template | 8 SystemImage.TagId=android-tv
|
D | images_armeabi-v7a_source.prop_template | 8 SystemImage.TagId=android-tv
|
/device/google/atv/products/ |
D | atv_base.mk | 107 …ice/google/atv/permissions/com.google.android.tv.installed.xml:system/etc/permissions/com.google.a…
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 2051 struct timeval tv; in previewloop() local 2062 tv.tv_sec = 0; in previewloop() 2063 tv.tv_usec = 500000; in previewloop() 2067 r = select(camHal->fd + 1, &fds, NULL, NULL, &tv); in previewloop() 2069 r = select(1, NULL, NULL, NULL, &tv); in previewloop() 2519 struct timeval tv; in takePictureThread() local 2525 tv.tv_sec = 1; in takePictureThread() 2526 tv.tv_usec = 0; in takePictureThread() 2530 r = select(camHal->fd + 1, &fds, NULL, NULL, &tv); in takePictureThread()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1152 struct timeval tv; in dumpRawSnapshot() local 1163 gettimeofday(&tv, NULL); in dumpRawSnapshot() 1164 timeinfo = localtime(&tv.tv_sec); in dumpRawSnapshot() 1171 timeinfo->tm_min, timeinfo->tm_sec,tv.tv_usec, in dumpRawSnapshot() 2128 struct timeval tv; in getExifDateTime() local 2131 gettimeofday(&tv, NULL); in getExifDateTime() 2132 timeinfo = localtime(&tv.tv_sec); in getExifDateTime() 2142 snprintf(subsecTime, 7, "%06ld", tv.tv_usec); in getExifDateTime()
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1538 struct timeval tv; in getExifDateTime() local 1541 gettimeofday(&tv, NULL); in getExifDateTime() 1542 timeinfo = localtime(&tv.tv_sec); in getExifDateTime() 1552 snprintf(subsecTime, 7, "%06ld", tv.tv_usec); in getExifDateTime()
|
D | QCamera3HWI.cpp | 1173 const struct timeval *tv = (const struct timeval *) in handleMetadataWithLock() local 1175 nsecs_t capture_time = (nsecs_t)tv->tv_sec * NSEC_PER_SEC + in handleMetadataWithLock() 1176 tv->tv_usec * NSEC_PER_USEC; in handleMetadataWithLock()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1818 struct timeval tv; in getExifData() local 1820 gettimeofday(&tv, NULL); in getExifData() 1821 snprintf(subsecTime, 7, "%06ld", tv.tv_usec); in getExifData()
|
D | QCamera3HWI.cpp | 1031 const struct timeval *tv = (const struct timeval *) in captureResultCb() local 1033 nsecs_t capture_time = (nsecs_t)tv->tv_sec * NSEC_PER_SEC + in captureResultCb() 1034 tv->tv_usec * NSEC_PER_USEC; in captureResultCb()
|
/device/asus/fugu/ |
D | device.mk | 64 PRODUCT_CHARACTERISTICS := nosdcard,tv
|