OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLedState
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/input/
EventHub.h
235
virtual void
setLedState
(int32_t deviceId, int32_t led, bool on) = 0;
300
virtual void
setLedState
(int32_t deviceId, int32_t led, bool on);
EventHub.cpp
520
void EventHub::
setLedState
(int32_t deviceId, int32_t led, bool on) {
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
649
virtual void
setLedState
(int32_t deviceId, int32_t led, bool on) {
[
all
...]
Completed in 439 milliseconds