Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_test.cpp86 for (const ::android::hardware::radio::V1_6::Call& call : radioRsp_v1_6->currentCalls) { in clearPotentialEstablishedCalls()
99 EXPECT_EQ(0, radioRsp_v1_6->currentCalls.size()); in clearPotentialEstablishedCalls()
Dradio_hidl_hal_utils_v1_6.h72 hidl_vec<::android::hardware::radio::V1_6::Call> currentCalls; variable
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_test.cpp118 for (const ::android::hardware::radio::V1_2::Call& call : radioRsp_v1_4->currentCalls) { in clearPotentialEstablishedCalls()
131 EXPECT_EQ(0, radioRsp_v1_4->currentCalls.size()); in clearPotentialEstablishedCalls()
Dradio_response.cpp736 currentCalls = calls; in getCurrentCallsResponse_1_2()
Dradio_hidl_hal_utils_v1_4.h73 hidl_vec<::android::hardware::radio::V1_2::Call> currentCalls; variable
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_response.cpp736 currentCalls = calls; in getCurrentCallsResponse_1_2()
Dradio_hidl_hal_utils_v1_5.h80 hidl_vec<::android::hardware::radio::V1_2::Call> currentCalls; variable