HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_ID (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 28 static const int32_t DEVICE_ID = 1;
126 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD,
134 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD,
153 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
162 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
171 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
181 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
190 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
200 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
208 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN
    [all...]
InputReader_test.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_if.c 42 static const uint32_t DEVICE_ID = MC_DEVICE_ID_DEFAULT;
72 mcRet = mcOpenDevice(DEVICE_ID);
80 mcRet = mcMallocWsm(DEVICE_ID, 0, sizeof(tciMessage_t), (uint8_t **) &pTci, 0);
88 pSessionHandle->deviceId = DEVICE_ID;
130 mcRet = mcCloseDevice(DEVICE_ID);

Completed in 266 milliseconds