OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_path
(Results
76 - 80
of
80
) sorted by null
1
2
3
4
/system/core/fastboot/
fastboot.cpp
211
strcmp(local_serial, info->
device_path
) != 0)) return -1;
233
if (strlen(info->
device_path
) > 0) printf(" %s", info->
device_path
);
[
all
...]
/hardware/qcom/display/msmcobalt/sdm/include/private/
hw_info_types.h
130
std::string
device_path
= "";
member in struct:sdm::HWRotatorInfo
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py
418
def PathExists(self,
device_path
, timeout=None, retries=None):
424
device_path
, timeout=timeout, retries=retries)
/hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_galileo_rev_g.c
751
b->uart_dev[0].
device_path
= "/dev/ttyS0";
754
b->uart_dev[1].
device_path
= "/dev/ttyS1";
intel_edison_fab_c.c
[
all
...]
Completed in 615 milliseconds
1
2
3
4