Home
last modified time | relevance | path

Searched refs:status1 (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/hidl2aidl/test/
Dndk_test_compile.cpp39 ndk::ScopedAStatus status1 = foo->someBar(std::string(), std::string()); in testIFoo() local
40 (void)status1; in testIFoo()
48 ndk::ScopedAStatus status1 = bar->someBar(std::string(), 3, &out); in testIBar() local
49 (void)status1; in testIBar()
Dcpp_test_compile.cpp44 Status status1 = foo->someBar(String16(), String16()); in testIFoo() local
45 (void)status1; in testIFoo()
66 Status status1 = bar->someBar(String16(), 3, &out); in testIBar() local
67 (void)status1; in testIBar()
/system/nfc/src/nfc/include/
Dce_api.h113 extern tNFC_STATUS CE_T3tSendCheckRsp(uint8_t status1, uint8_t status2,
126 extern tNFC_STATUS CE_T3tSendUpdateRsp(uint8_t status1, uint8_t status2);
/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc290 const SeeHelperCallbackInterface::SamplingStatusData &status1, in isSameStatusUpdate() argument
292 bool sameStatus = status1.enabledValid == status2.enabledValid; in isSameStatusUpdate()
293 if (sameStatus && status1.enabledValid) { in isSameStatusUpdate()
294 sameStatus &= status1.status.enabled == status2.status.enabled; in isSameStatusUpdate()
299 if (sameStatus && status1.status.enabled) { in isSameStatusUpdate()
300 sameStatus &= status1.intervalValid == status2.intervalValid; in isSameStatusUpdate()
301 if (sameStatus && status1.intervalValid) { in isSameStatusUpdate()
302 sameStatus &= status1.status.interval == status2.status.interval; in isSameStatusUpdate()
304 sameStatus &= status1.latencyValid == status2.latencyValid; in isSameStatusUpdate()
305 if (sameStatus && status1.latencyValid) { in isSameStatusUpdate()
[all …]
/system/netd/libnetdutils/
DStatusTest.cpp33 Status status1(1); in TEST() local
34 Status status2(status1); // NOLINT(performance-unnecessary-copy-initialization) in TEST()
/system/nfc/src/nfc/tags/
Dce_t3t.cc158 uint8_t status1, uint8_t status2) { in ce_t3t_send_rsp() argument
179 UINT8_TO_STREAM(p_dst, status1); in ce_t3t_send_rsp()
947 tNFC_STATUS CE_T3tSendCheckRsp(uint8_t status1, uint8_t status2, in CE_T3tSendCheckRsp() argument
955 "CE_T3tCheckRsp: status1=0x%02X, status2=0x%02X, num_blocks=%i", status1, in CE_T3tSendCheckRsp()
977 UINT8_TO_STREAM(p_dst, status1); in CE_T3tSendCheckRsp()
980 if (status1 == T3T_MSG_RSP_STATUS_OK) { in CE_T3tSendCheckRsp()
1004 tNFC_STATUS CE_T3tSendUpdateRsp(uint8_t status1, uint8_t status2) { in CE_T3tSendUpdateRsp() argument
1009 "CE_T3tUpdateRsp: status1=0x%02X, status2=0x%02X", status1, status2); in CE_T3tSendUpdateRsp()
1010 ce_t3t_send_rsp(p_ce_cb, nullptr, T3T_MSG_OPC_UPDATE_RSP, status1, status2); in CE_T3tSendUpdateRsp()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc173 PlayStatus status1 = {0x1234, 0x5678, PlayState::PLAYING}; in TEST_F() local
178 .WillOnce(InvokeCb<0>(status1)) in TEST_F()
217 PlayStatus status1 = {0x1234, 0x5678, PlayState::PAUSED}; in TEST_F() local
222 .WillOnce(InvokeCb<0>(status1)) in TEST_F()
359 PlayStatus status1 = {0x1234, 0x5678, PlayState::PLAYING}; in TEST_F() local
360 interim_cb.Run(status1); in TEST_F()
414 PlayStatus status1 = {0x1234, 0x5678, PlayState::PAUSED}; in TEST_F() local
415 interim_cb.Run(status1); in TEST_F()