Home
last modified time | relevance | path

Searched defs:short (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/fuzzers/integration/fakes/
Dgki_ulinux_fakes.cc30 uint8_t GKI_send_event(unsigned char, unsigned short) { return 0; } in GKI_send_event()
34 uint16_t GKI_wait(unsigned short, unsigned int) { abort(); } in GKI_wait()
/system/libbase/
Dhex_test.cpp26 TEST(hex, short) { in TEST() argument
/system/teeui/libteeui/src/
Devdev.cpp234 std::function<void(short, const EventDev&)> handler) { in grabAllEvDevsAndRegisterCallbacks()