Home
last modified time | relevance | path

Searched refs:RttResult (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiRttControllerEventCallback.aidl19 import android.hardware.wifi.RttResult;
32 void onResults(in int cmdId, in RttResult[] results); in onResults()
DRttResult.aidl30 parcelable RttResult {
/hardware/interfaces/wifi/1.0/
DIWifiRttControllerEventCallback.hal27 * @param results Vector of |RttResult| instances.
29 oneway onResults(CommandId cmdId, vec<RttResult> results);
Dtypes.hal1796 struct RttResult {
/hardware/interfaces/wifi/1.6/
DIWifiRttControllerEventCallback.hal30 * @param results Vector of |RttResult| instances.
32 oneway onResults_1_6(CommandId cmdId, vec<RttResult> results);
Dtypes.hal450 struct RttResult {
/hardware/interfaces/wifi/1.4/
DIWifiRttControllerEventCallback.hal30 * @param results Vector of |RttResult| instances.
32 oneway onResults_1_4(CommandId cmdId, vec<RttResult> results);
Dtypes.hal464 struct RttResult {
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiRttControllerEventCallback.aidl37 oneway void onResults(in int cmdId, in android.hardware.wifi.RttResult[] results); in onResults()
DRttResult.aidl36 parcelable RttResult {
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiRttControllerEventCallback.aidl37 oneway void onResults(in int cmdId, in android.hardware.wifi.RttResult[] results); in onResults()
DRttResult.aidl36 parcelable RttResult {
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiRttControllerEventCallback.aidl37 oneway void onResults(in int cmdId, in android.hardware.wifi.RttResult[] results); in onResults()
DRttResult.aidl36 parcelable RttResult {
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_rtt_controller_hidl_test.cpp53 using ::android::hardware::wifi::V1_6::RttResult;
98 const hidl_vec<::android::hardware::wifi::V1_0::RttResult>& results in onResults()
105 const hidl_vec<::android::hardware::wifi::V1_4::RttResult>& results __unused) { in onResults_1_4()
110 const hidl_vec<RttResult>& results __unused) { in onResults_1_6()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h175 std::vector<RttResult>* aidl_results);
178 std::vector<RttResult>* aidl_results);
181 std::vector<RttResult>* aidl_results);
Dwifi_rtt_controller.cpp154 std::vector<RttResult> aidl_results; in rangeRequestInternal()
186 std::vector<RttResult> aidl_results; in rangeRequestInternal()
206 std::vector<RttResult> aidl_results; in rangeRequestInternal()
Daidl_struct_util.cpp2984 RttResult* aidl_result) { in convertLegacyRttResultToAidl()
3027 std::vector<RttResult>* aidl_results) { in convertLegacyVectorOfRttResultToAidl()
3033 RttResult aidl_result; in convertLegacyVectorOfRttResultToAidl()
3052 std::vector<RttResult>* aidl_results) { in convertLegacyVectorOfRttResultV2ToAidl()
3058 RttResult aidl_result; in convertLegacyVectorOfRttResultV2ToAidl()
3078 std::vector<RttResult>* aidl_results) { in convertLegacyVectorOfRttResultV3ToAidl()
3084 RttResult aidl_result; in convertLegacyVectorOfRttResultV3ToAidl()
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_rtt_controller_hidl_test.cpp55 using ::android::hardware::wifi::V1_4::RttResult;
96 const hidl_vec<::android::hardware::wifi::V1_0::RttResult>& results in onResults()
102 const hidl_vec<RttResult>& results in onResults_1_4()
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_rtt_controller_aidl_test.cpp40 using aidl::android::hardware::wifi::RttResult;
102 const std::vector<RttResult>& /* results */) override { in onResults() argument
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp798 void verifyRttResult(wifi_rtt_result* legacy_rtt_result_ptr, RttResult* aidl_results_ptr) { in verifyRttResult()
858 std::vector<RttResult> aidl_results; in TEST_F()
881 std::vector<RttResult> aidl_results; in TEST_F()