OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:busType
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/modules/sensors/dynamic_sensor/
HidDevice.h
34
std::string
busType
;
HidRawDevice.cpp
121
switch (devInfo.
bustype
) {
123
info.
busType
= "USB";
126
info.
busType
= "HIL";
129
info.
busType
= "Bluetooth";
132
info.
busType
= "Virtual";
135
info.
busType
= "Other";
HidRawSensor.cpp
418
ss << info.
busType
<< " "
[
all
...]
/hardware/libhardware/tests/input/evdev/
InputMocks.h
50
void setBusType(uint16_t
busType
) { mBusType =
busType
; }
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawSensorTest.cpp
46
.
busType
= "USB",
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h
883
VDS_STORAGE_BUS_TYPE
BusType
;
[
all
...]
Completed in 376 milliseconds