Home
last modified time | relevance | path

Searched refs:TV (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c403 struct timeval *TV; in da_ShellIoctl() local
407 TV = va_arg(argp, struct timeval*); in da_ShellIoctl()
408 if(TV[0].tv_sec != 0) { in da_ShellIoctl()
409 ET = Time2Efi(TV[0].tv_sec); in da_ShellIoctl()
412 FileInfo->LastAccessTime.Nanosecond = TV[0].tv_usec * 1000; in da_ShellIoctl()
417 if(TV[1].tv_sec != 0) { in da_ShellIoctl()
418 ET = Time2Efi(TV[1].tv_sec); in da_ShellIoctl()
421 FileInfo->ModificationTime.Nanosecond = TV[1].tv_usec * 1000; in da_ShellIoctl()
/device/google/atv/sdk/
Dimages_x86_source.prop_template9 SystemImage.TagDisplay=Android TV
Dimages_armeabi-v7a_source.prop_template9 SystemImage.TagDisplay=Android TV
/device/google/atv/products/
Datv_arm.mk26 PRODUCT_MODEL := AOSP TV on ARM Emulator
Datv_x86.mk30 PRODUCT_MODEL := AOSP TV on IA Emulator
Datv_base.mk105 PRODUCT_PACKAGES += TV
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c20 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
Dposixmodule.c5958 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) in wait_helper() argument
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOpRn.ASL232 0x7000, // Port-4: Integrated TV
233 0x7007, // [Integrated TV + CRT]
234 0x7038, // [Integrated TV + LVDS]
235 0x71C0, // [Integrated TV + DVOB]
236 0x7E00 // [Integrated TV + DVOC]
DIgdOGBDA.ASL94 // TV-standard/Video-connector: Sub-function 6
100 // TV-standard/Video-connectorPanel function.
DGloblNvs.asl135 ITVF, 8, // (176) IGD TV Format CMOS option
136 ITVM, 8, // (177) IGD TV Minor Format CMOS option
DIgdOSBCB.ASL92 // Set TV format: Sub-function 6
/device/asus/fugu/self-extractors/
Dextract-lists.txt23 system/priv-app/TV/TV.apk \
/device/asus/fugu/
Dproprietary-blobs.txt212 /system/priv-app/TV/TV.apk
Dvendor_owner_info.txt195 system/priv-app/TV/TV.apk:google
Dinit.fugu.rc104 # Tune interactive governor parameters for Android TV UI animations
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2400 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) in wait_helper() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4368 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) in wait_helper() argument