Home
last modified time | relevance | path

Searched refs:hfp (Results 1 – 25 of 28) sorted by relevance

12

/external/libkmsxx/kms++/src/
Dvideomode.cpp115 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long()
131 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long_padded()
146 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp, in videomode_from_timings() argument
153 m.hsync_start = hact + hfp; in videomode_from_timings()
154 m.hsync_end = hact + hfp + hsw; in videomode_from_timings()
155 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
Dmodedb_dmt.cpp13 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) … argument
16 …display = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = (h…
18 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h31 uint16_t hfp() const { return hsync_start - hdisplay; } in hfp() function
57 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
/external/cpuinfo/test/build.prop/
Dmoto-g-gen3.log139 # System prop to turn on hfp client
140 bluetooth.hfp.client=1
260 ro.bluetooth.hfp.ver=1.6
Dgalaxy-a8-2016-duos.log132 # System prop to turn on hfp client
133 bluetooth.hfp.client=1
Dgalaxy-s5-us.log131 # System prop to turn on hfp client
132 bluetooth.hfp.client=1
Dmoto-g-gen4.log165 # System prop to turn on hfp client
166 bluetooth.hfp.client=1
334 ro.bluetooth.hfp.ver=1.6
Dgalaxy-j5.log165 # System prop to turn on hfp client
166 bluetooth.hfp.client=1
Dmoto-g-gen5.log187 # System prop to turn on hfp client
188 bluetooth.hfp.client=1
361 ro.bluetooth.hfp.ver=1.6
Dzenfone-2.log108 bt.hfp.WideBandSpeechEnabled=true
Doppo-a37.log207 # System prop to turn on hfp client
208 bluetooth.hfp.client=1
Dgalaxy-c9-pro.log140 # System prop to turn on hfp client
141 bluetooth.hfp.client=1
Dxiaomi-redmi-note-3.log168 # System prop to turn on hfp client
169 bluetooth.hfp.client=1
Dlg-k10-eu.log141 # System prop to turn on hfp client
142 bluetooth.hfp.client=1
Dxiaomi-redmi-note-4.log124 # System prop to turn on hfp client
125 bluetooth.hfp.client=1
Dgalaxy-s3-us.log121 ro.bluetooth.hfp.ver=1.6
Dmoto-g-gen1.log152 ro.bluetooth.hfp.ver=1.6
Dmoto-e-gen1.log148 ro.bluetooth.hfp.ver=1.6
Dmoto-g-gen2.log160 ro.bluetooth.hfp.ver=1.6
/external/libkmsxx/utils/
Dkmstest.cpp202 unsigned hfp = stoul(sm[5]); in parse_crtc() local
213 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()
/external/tensorflow/tensorflow/
Dworkspace.bzl265 … "https://storage.googleapis.com/mirror.tensorflow.org/github.com/hfp/libxsmm/archive/1.14.tar.gz",
266 "https://github.com/hfp/libxsmm/archive/1.14.tar.gz",
/external/cpuinfo/test/dmesg/
Doneplus-3t.log1937 [ 6.423247]@0 init: property_set("ro.qualcomm.bluetooth.hfp", "true") failed
1950 [ 6.659381]@1 init: property_set("ro.bluetooth.hfp.ver", "1.7") failed
Dgalaxy-c9-pro.log1187 [ 7.046755] [5: init: 1] init: property_set("ro.qualcomm.bluetooth.hfp", "true") f…
Dxiaomi-redmi-note-4.log1577 [ 11.761247] init: property_set("ro.qualcomm.bluetooth.hfp", "true") failed
Dgalaxy-grand-prime-value-edition.log613 <6>[ 0.604370] [1: swapper/0: 1] [c1] [LCD][gen_panel] hfp 40

12