Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 25 of 175) sorted by relevance

1234567

/hardware/interfaces/tv/cec/1.0/default/
DAndroid.bp2 name: "android.hardware.tv.cec@1.0-impl",
14 "android.hardware.tv.cec@1.0",
20 name: "android.hardware.tv.cec@1.0-service",
24 init_rc: ["android.hardware.tv.cec@1.0-service.rc"],
36 "android.hardware.tv.cec@1.0",
42 name: "android.hardware.tv.cec@1.0-service.mock",
43 vintf_fragments: ["android.hardware.tv.cec@1.0-service.mock.xml"],
46 init_rc: ["android.hardware.tv.cec@1.0-service.mock.rc"],
59 "android.hardware.tv.cec@1.0",
DHdmiCecMock.h32 namespace tv {
42 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress;
43 using ::android::hardware::tv::cec::V1_0::CecMessage;
44 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo;
45 using ::android::hardware::tv::cec::V1_0::IHdmiCec;
46 using ::android::hardware::tv::cec::V1_0::IHdmiCecCallback;
47 using ::android::hardware::tv::cec::V1_0::MaxLength;
48 using ::android::hardware::tv::cec::V1_0::OptionKey;
49 using ::android::hardware::tv::cec::V1_0::Result;
50 using ::android::hardware::tv::cec::V1_0::SendMessageResult;
DHdmiCec.h30 namespace tv {
35 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress;
36 using ::android::hardware::tv::cec::V1_0::CecMessage;
37 using ::android::hardware::tv::cec::V1_0::MaxLength;
38 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo;
39 using ::android::hardware::tv::cec::V1_0::IHdmiCec;
40 using ::android::hardware::tv::cec::V1_0::IHdmiCecCallback;
41 using ::android::hardware::tv::cec::V1_0::OptionKey;
42 using ::android::hardware::tv::cec::V1_0::Result;
43 using ::android::hardware::tv::cec::V1_0::SendMessageResult;
/hardware/interfaces/tv/tuner/1.0/default/
DAndroid.bp21 "android.hardware.tv.tuner@1.0",
37 name: "android.hardware.tv.tuner@1.0-service",
38 vintf_fragments: ["android.hardware.tv.tuner@1.0-service.xml"],
40 init_rc: ["android.hardware.tv.tuner@1.0-service.rc"],
44 name: "android.hardware.tv.tuner@1.0-service-lazy",
45 vintf_fragments: ["android.hardware.tv.tuner@1.0-service-lazy.xml"],
46 overrides: ["android.hardware.tv.tuner@1.0-service"],
48 init_rc: ["android.hardware.tv.tuner@1.0-service-lazy.rc"],
DLnb.h27 namespace tv {
32 using ::android::hardware::tv::tuner::V1_0::ILnbCallback;
33 using ::android::hardware::tv::tuner::V1_0::LnbPosition;
34 using ::android::hardware::tv::tuner::V1_0::LnbTone;
35 using ::android::hardware::tv::tuner::V1_0::LnbVoltage;
36 using ::android::hardware::tv::tuner::V1_0::Result;
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp36 struct timeval tv; in get_timestamp() local
39 gettimeofday(&tv, &tz); in get_timestamp()
40 hh = tv.tv_sec/3600%24; in get_timestamp()
41 mm = (tv.tv_sec%3600)/60; in get_timestamp()
42 ss = tv.tv_sec%60; in get_timestamp()
43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp33 struct timeval tv; in get_timestamp() local
36 gettimeofday(&tv, &tz); in get_timestamp()
37 hh = tv.tv_sec/3600%24; in get_timestamp()
38 mm = (tv.tv_sec%3600)/60; in get_timestamp()
39 ss = tv.tv_sec%60; in get_timestamp()
40 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp36 struct timeval tv; in get_timestamp() local
39 gettimeofday(&tv, &tz); in get_timestamp()
40 hh = tv.tv_sec/3600%24; in get_timestamp()
41 mm = (tv.tv_sec%3600)/60; in get_timestamp()
42 ss = tv.tv_sec%60; in get_timestamp()
43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/interfaces/tv/cec/2.0/default/
DAndroid.bp2 name: "android.hardware.tv.cec@2.0-impl",
14 "android.hardware.tv.cec@2.0",
20 name: "android.hardware.tv.cec@2.0-service",
21 vintf_fragments: ["android.hardware.tv.cec@2.0-service.xml"],
25 init_rc: ["android.hardware.tv.cec@2.0-service.rc"],
37 "android.hardware.tv.cec@2.0",
DHdmiCec.h30 namespace tv {
40 using ::android::hardware::tv::cec::V2_0::CecLogicalAddress;
41 using ::android::hardware::tv::cec::V2_0::CecMessage;
42 using ::android::hardware::tv::cec::V2_0::CecPhysicalAddress;
43 using ::android::hardware::tv::cec::V2_0::HdmiPortId;
44 using ::android::hardware::tv::cec::V2_0::HdmiPortInfo;
45 using ::android::hardware::tv::cec::V2_0::IHdmiCec;
46 using ::android::hardware::tv::cec::V2_0::IHdmiCecCallback;
47 using ::android::hardware::tv::cec::V2_0::MaxLength;
48 using ::android::hardware::tv::cec::V2_0::OptionKey;
[all …]
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h51 struct timeval tv; \
54 gettimeofday(&tv, &tz); \
55 hh = tv.tv_sec/3600%24; \
56 mm = (tv.tv_sec%3600)/60; \
57 ss = tv.tv_sec%60; \
58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h51 struct timeval tv; \
54 gettimeofday(&tv, &tz); \
55 hh = tv.tv_sec/3600%24; \
56 mm = (tv.tv_sec%3600)/60; \
57 ss = tv.tv_sec%60; \
58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h51 struct timeval tv; \
54 gettimeofday(&tv, &tz); \
55 hh = tv.tv_sec/3600%24; \
56 mm = (tv.tv_sec%3600)/60; \
57 ss = tv.tv_sec%60; \
58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_util.c44 struct timeval tv; in GetTimeStamp() local
46 gettimeofday(&tv, NULL); in GetTimeStamp()
47 microsec = (tv.tv_sec * 1000000) + (tv.tv_usec); in GetTimeStamp()
/hardware/qcom/sdm845/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/sdm845/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/sdm845/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/sdm845/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/sdm845/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_macros.h36 struct timeval tv; \
39 gettimeofday(&tv, &tz); \
40 hh = tv.tv_sec/3600%24; \
41 mm = (tv.tv_sec%3600)/60; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \

1234567