Home
last modified time | relevance | path

Searched refs:clearInterfaces (Results 1 – 19 of 19) sorted by relevance

/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssMeasurement.cpp74 clearInterfaces(); in setCallback()
82 void GnssMeasurement::clearInterfaces() { in clearInterfaces() function in android::hardware::gnss::V2_1::implementation::GnssMeasurement
107 clearInterfaces(); in close()
133 clearInterfaces(); in setCallback_1_1()
164 clearInterfaces(); in setCallback_2_0()
195 clearInterfaces(); in setCallback_2_1()
H A DGnssMeasurement.h84 void clearInterfaces();
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssMeasurement.cpp74 clearInterfaces(); in setCallback()
82 void GnssMeasurement::clearInterfaces() { in clearInterfaces() function in android::hardware::gnss::V2_1::implementation::GnssMeasurement
107 clearInterfaces(); in close()
133 clearInterfaces(); in setCallback_1_1()
164 clearInterfaces(); in setCallback_2_0()
195 clearInterfaces(); in setCallback_2_1()
H A DGnssMeasurement.h84 void clearInterfaces();
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnssMeasurement.cpp74 clearInterfaces(); in setCallback()
82 void GnssMeasurement::clearInterfaces() { in clearInterfaces() function in android::hardware::gnss::V2_0::implementation::GnssMeasurement
103 clearInterfaces(); in close()
129 clearInterfaces(); in setCallback_1_1()
160 clearInterfaces(); in setCallback_2_0()
H A DGnssMeasurement.h78 void clearInterfaces();
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnssMeasurement.cpp74 clearInterfaces(); in setCallback()
82 void GnssMeasurement::clearInterfaces() { in clearInterfaces() function in android::hardware::gnss::V2_0::implementation::GnssMeasurement
103 clearInterfaces(); in close()
129 clearInterfaces(); in setCallback_1_1()
160 clearInterfaces(); in setCallback_2_0()
H A DGnssMeasurement.h78 void clearInterfaces();
/aosp12/hardware/qcom/sm7250/gps/android/2.1/location_api/
H A DMeasurementAPIClient.cpp90 void MeasurementAPIClient::clearInterfaces() in clearInterfaces() function in android::hardware::gnss::V2_1::implementation::MeasurementAPIClient
105 clearInterfaces(); in measurementSetCallback()
121 clearInterfaces(); in measurementSetCallback_1_1()
137 clearInterfaces(); in measurementSetCallback_2_0()
151 clearInterfaces(); in measurementSetCallback_2_1()
H A DMeasurementAPIClient.h88 void clearInterfaces();
/aosp12/hardware/qcom/sm8150/gps/android/2.1/location_api/
H A DMeasurementAPIClient.cpp90 void MeasurementAPIClient::clearInterfaces() in clearInterfaces() function in android::hardware::gnss::V2_1::implementation::MeasurementAPIClient
105 clearInterfaces(); in measurementSetCallback()
121 clearInterfaces(); in measurementSetCallback_1_1()
137 clearInterfaces(); in measurementSetCallback_2_0()
151 clearInterfaces(); in measurementSetCallback_2_1()
H A DMeasurementAPIClient.h88 void clearInterfaces();
/aosp12/hardware/qcom/sm7250/gps/android/2.0/location_api/
H A DMeasurementAPIClient.cpp78 void MeasurementAPIClient::clearInterfaces() in clearInterfaces() function in android::hardware::gnss::V2_0::implementation::MeasurementAPIClient
92 clearInterfaces(); in measurementSetCallback()
108 clearInterfaces(); in measurementSetCallback_1_1()
124 clearInterfaces(); in measurementSetCallback_2_0()
H A DMeasurementAPIClient.h82 void clearInterfaces();
/aosp12/hardware/qcom/sm8150/gps/android/2.0/location_api/
H A DMeasurementAPIClient.cpp78 void MeasurementAPIClient::clearInterfaces() in clearInterfaces() function in android::hardware::gnss::V2_0::implementation::MeasurementAPIClient
92 clearInterfaces(); in measurementSetCallback()
108 clearInterfaces(); in measurementSetCallback_1_1()
124 clearInterfaces(); in measurementSetCallback_2_0()
H A DMeasurementAPIClient.h82 void clearInterfaces();
/aosp12/system/netd/server/
H A DNetwork.h46 [[nodiscard]] int clearInterfaces();
H A DNetwork.cpp48 int Network::clearInterfaces() { in clearInterfaces() function in android::net::Network
H A DNetworkController.cpp484 int ret = network->clearInterfaces(); in destroyNetwork()