OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_event
(Results
26 - 50
of
87
) sorted by null
1
2
3
4
/device/samsung/tuna/libsensors/
SamsungSensorBase.cpp
49
bool SamsungSensorBase::handleEvent(
input_event
const * event) {
159
input_event
const* event;
/device/moto/stingray/sensors/
LightSensor.cpp
89
input_event
const* event;
AccelerationSensor.cpp
138
input_event
const* event;
GyroSensor.cpp
104
input_event
const* event;
PressureSensor.cpp
107
input_event
const* event;
AkmSensor.cpp
180
input_event
const* event;
/bootable/recovery/minui/
events.c
135
int ev_get_input(int fd, short revents, struct
input_event
*ev)
/device/samsung/crespo/libsensors/
LightSensor.cpp
118
input_event
const* event;
ProximitySensor.cpp
113
input_event
const* event;
GyroSensor.cpp
141
input_event
const* event;
AkmSensor.cpp
225
input_event
const* event;
/external/kernel-headers/original/linux/
input.h
26
struct
input_event
{
struct
[
all
...]
uinput.h
71
struct
input_event
buff[UINPUT_BUFFER_SIZE];
/frameworks/base/services/input/
EventHub.cpp
516
struct
input_event
ev;
525
nWrite = write(device->fd, &ev, sizeof(struct
input_event
));
584
struct
input_event
ev;
606
struct
input_event
ev;
644
struct
input_event
readBuffer[bufferSize];
750
sizeof(struct
input_event
) * capacity);
762
} else if ((readSize % sizeof(struct
input_event
)) != 0) {
767
size_t count = size_t(readSize) / sizeof(struct
input_event
);
769
const struct
input_event
& iev = readBuffer[i];
[
all
...]
/bootable/recovery/
ui.cpp
62
struct
input_event
ev;
/system/core/debuggerd/
getevent.c
191
int get_event(struct
input_event
* event, int timeout)
/frameworks/base/tests/touchlag/
touchlag.cpp
145
input_event
event;
/system/core/charger/
charger.c
790
struct
input_event
*ev)
869
struct
input_event
ev;
896
struct
input_event
ev;
/development/ndk/platforms/android-3/include/linux/
input.h
20
struct
input_event
{
struct
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
input.h
20
struct
input_event
{
struct
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
input.h
20
struct
input_event
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
input.h
20
struct
input_event
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
input.h
20
struct
input_event
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
input.h
20
struct
input_event
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
input.h
20
struct
input_event
{
struct
Completed in 875 milliseconds
1
2
3
4