Searched refs:rmidevice (Results 1 - 11 of 11) sorted by relevance

/external/rmi4utils/rmidevice/
H A DAndroid.mk4 LOCAL_MODULE := rmidevice
5 LOCAL_SRC_FILES := rmifunction.cpp rmidevice.cpp hiddevice.cpp
H A DMakefile6 RMIDEVICESRC = rmifunction.cpp rmidevice.cpp hiddevice.cpp
/external/rmi4utils/rmihidtool/
H A DAndroid.mk5 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../rmidevice
8 LOCAL_STATIC_LIBRARIES := rmidevice
H A DMakefile2 CPPFLAGS += -I../include -I./include -I../rmidevice
6 LIBDIR = ../rmidevice
/external/rmi4utils/f54test/
H A DAndroid.mk5 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../rmidevice
8 LOCAL_STATIC_LIBRARIES := rmidevice
H A DMakefile2 CPPFLAGS += -I../include -I./include -I../rmidevice
6 LIBDIR = ../rmidevice
H A Dmain.cpp54 HIDDevice rmidevice; local
68 rc = rmidevice.Open(deviceFile);
72 F54Test f54Test(rmidevice, *display);
86 rmidevice.Reset();
88 rmidevice.Close();
/external/rmi4utils/rmi4update/
H A DAndroid.mk5 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../rmidevice
8 LOCAL_STATIC_LIBRARIES := rmidevice
H A Dmain.cpp59 HIDDevice rmidevice; local
62 rc = rmidevice.Open(deviceFile);
66 RMI4Update update(rmidevice, image);
76 HIDDevice rmidevice; local
80 rc = rmidevice.Open(deviceFile);
84 rmidevice.ScanPDT(0x1);
85 rmidevice.QueryBasicProperties();
87 ss << rmidevice.GetFirmwareVersionMajor() << "."
88 << rmidevice.GetFirmwareVersionMinor() << "."
89 << std::hex << rmidevice
[all...]
H A DMakefile2 CPPFLAGS += -I../include -I./include -I../rmidevice
6 LIBDIR = ../rmidevice
/external/rmi4utils/
H A DMakefile5 $(MAKE) -C rmidevice all
11 $(MAKE) -C rmidevice clean

Completed in 163 milliseconds