Searched refs:B_UNDEFINED_DEVICE (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp33 if (device->Type() == B_UNDEFINED_DEVICE)
34 printf("B_UNDEFINED_DEVICE\n");
48 if (device->Type() == B_UNDEFINED_DEVICE)
49 printf("B_UNDEFINED_DEVICE");
/haiku/headers/os/interface/
H A DInput.h24 B_UNDEFINED_DEVICE = 2 enumerator in enum:input_device_type
/haiku/src/kits/interface/
H A DInput.cpp236 fType(B_UNDEFINED_DEVICE)
/haiku/src/servers/input/
H A DAddOnManager.cpp813 input_device_type deviceType = B_UNDEFINED_DEVICE;
H A DInputServer.cpp1286 && device->type != B_UNDEFINED_DEVICE)

Completed in 78 milliseconds