OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hwconfig
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/site_tests/suite_HWConfig/
control
6
NAME = "
HWConfig
"
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c
328
struct hwtstamp_config
hwconfig
, hwconfig_requested;
local
378
hwtstamp.ifr_data = (void *)&
hwconfig
;
379
memset(&
hwconfig
, 0, sizeof(
hwconfig
));
380
hwconfig
.tx_type =
383
hwconfig
.rx_filter =
386
hwconfig_requested =
hwconfig
;
396
hwconfig_requested.tx_type,
hwconfig
.tx_type,
397
hwconfig_requested.rx_filter,
hwconfig
.rx_filter);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Layout.java
145
HardwareConfig
hwConfig
= getParams().getHardwareConfig();
146
Density density =
hwConfig
.getDensity();
491
HardwareConfig
hwConfig
= mParams.getHardwareConfig();
494
if (
hwConfig
.getOrientation() == ScreenOrientation.LANDSCAPE) {
495
int shortSize =
hwConfig
.getScreenHeight();
497
hwConfig
.getDensity().getDpiValue();
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
850
for (const auto&
hwConfig
: getHwComposer().getConfigs(type)) {
853
float xdpi =
hwConfig
->getDpiX();
854
float ydpi =
hwConfig
->getDpiY();
882
info.w =
hwConfig
->getWidth();
883
info.h =
hwConfig
->getHeight();
886
info.fps = 1e9 /
hwConfig
->getVsyncPeriod();
901
info.presentationDeadline =
hwConfig
->getVsyncPeriod() -
[
all
...]
/external/libpcap/
pcap-linux.c
4214
struct hwtstamp_config
hwconfig
;
local
[
all
...]
Completed in 335 milliseconds