Home
last modified time | relevance | path

Searched defs:sw (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DInputMocks.h59 virtual bool hasSwitch(int32_t sw) const override { return mSwitches.count(sw); } in hasSwitch()
78 void addSwitch(int32_t sw) { mSwitches.insert(sw); } in addSwitch()
83 virtual int32_t getSwitchState(int32_t sw) const override { return 0; } in getSwitchState()
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.cpp283 uint8_t sw[2] = {0x90, 0x00}; in transmit() local
522 uint8_t sw[2] = {0x90, 0x00}; in openBasicChannel() local
/hardware/st/secure_element2/secure_element/1.1/
DSecureElement.cpp578 int sw; in run_apdu() local
/hardware/st/secure_element2/secure_element/1.0/
DSecureElement.cpp540 int sw; in run_apdu() local
/hardware/st/secure_element2/secure_element/1.2/
DSecureElement.cpp583 int sw; in run_apdu() local
/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsLib.cpp980 char sw[2]; in LSC_ProcessResp() local