Lines Matching refs:sap
34 sap = ISap::fromBinder(ndk::SpAIBinder(AServiceManager_waitForService(serviceName.c_str()))); in SetUp()
35 ASSERT_NE(sap.get(), nullptr); in SetUp()
40 ndk::ScopedAStatus res = sap->setCallback(sapCb); in SetUp()
98 ndk::ScopedAStatus res = sap->connectReq(serial, maxMsgSize); in TEST_P()
122 ndk::ScopedAStatus res = sap->disconnectReq(serial); in TEST_P()
144 ndk::ScopedAStatus res = sap->apduReq(serial, sapApduType, command); in TEST_P()
170 ndk::ScopedAStatus res = sap->transferAtrReq(serial); in TEST_P()
196 ndk::ScopedAStatus res = sap->powerReq(serial, state); in TEST_P()
222 ndk::ScopedAStatus res = sap->resetSimReq(serial); in TEST_P()
248 ndk::ScopedAStatus res = sap->transferCardReaderStatusReq(serial); in TEST_P()
273 ndk::ScopedAStatus res = sap->setTransferProtocolReq(serial, sapTransferProtocol); in TEST_P()