Searched defs:cleanup (Results 1 - 25 of 28) sorted by relevance

12

/hardware/libhardware/include/hardware/
H A Dbt_gatt.h55 void (*cleanup)( void ); member in struct:__anon1130
H A Dbt_pan.h81 void (*cleanup)(void); member in struct:__anon1212
H A Dbt_hd.h98 void (*cleanup)(void); member in struct:__anon1152
H A Dbt_hl.h116 void (*cleanup)(void); member in struct:__anon1205
H A Dbt_av.h209 void (*cleanup)( void ); member in struct:__anon1123
231 void (*cleanup)( void ); member in struct:__anon1124
H A Dbt_hh.h178 void (*cleanup)( void ); member in struct:__anon1197
H A Dbt_hf.h318 void (*cleanup)( void ); member in struct:__anon1171
H A Dbt_hf_client.h375 void (*cleanup)(void); member in struct:__anon1190
H A Dfused_location.h389 void (*cleanup)(); member in struct:__anon1268
H A Dbluetooth.h462 * The reverse shall occur whenever the profile 'cleanup' APIs are invoked
482 void (*cleanup)(void); member in struct:__anon1111
/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dbt_vendor_qcom.c194 static void cleanup( void ) function
196 ALOGI("cleanup");
208 cleanup
/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp47 void HandleImporter::cleanup() { function in class:android::hardware::camera::common::V1_0::helper::HandleImporter
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c255 static void cleanup( void ) function
257 BTVNDDBG("cleanup");
269 cleanup
/hardware/qcom/gps/msm8998/android/
H A DGnssBatching.cpp39 mGnssBatching->cleanup();
118 Return<void> GnssBatching::cleanup() { function in class:android::hardware::gnss::V1_0::implementation::GnssBatching
H A DGnss.cpp39 mGnss->cleanup();
218 Return<void> Gnss::cleanup() { function in class:android::hardware::gnss::V1_0::implementation::Gnss
/hardware/interfaces/gnss/1.0/default/
H A DGnssBatching.cpp210 Return<void> GnssBatching::cleanup() { function in class:android::hardware::gnss::V1_0::implementation::GnssBatching
216 mFlpLocationIface->cleanup();
H A DGnss.cpp445 Return<void> Gnss::cleanup() { function in class:android::hardware::gnss::V1_0::implementation::Gnss
449 mGnssIface->cleanup();
728 mGnssBatching->cleanup();
730 cleanup();
/hardware/interfaces/bluetooth/1.0/default/
H A Dbt_vendor_lib.h165 * before the caller calls for cleanup().
400 void (*cleanup)(void); member in struct:__anon1031
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan.cpp88 goto cleanup;
93 goto cleanup;
98 goto cleanup;
104 cleanup:
129 goto cleanup;
134 goto cleanup;
139 goto cleanup;
145 cleanup:
171 goto cleanup;
176 goto cleanup;
1118 void NanCommand::cleanup() function in class:NanCommand
[all...]
/hardware/qcom/audio/hal/audio_extn/
H A Dspkr_protection.c301 bool cleanup = false, disable_rx = false, disable_tx = false; local
404 cleanup = true;
493 if (!handle.cancel_spkr_calib && cleanup) {
510 if (cleanup) {
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dbt_vendor_qcom.c1120 static void cleanup( void ) function
1122 ALOGI("cleanup");
1175 cleanup,
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dbt_vendor_qcom.c1076 static void cleanup( void ) function
1078 ALOGI("cleanup");
1091 cleanup,
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dbt_vendor_qcom.c1153 static void cleanup( void ) function
1155 ALOGI("cleanup");
1195 cleanup,
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dbt_vendor_qcom.c318 exit with all necessary cleanup*/
1045 Set the following property to -1 so that the SSR cleanup routine
1356 static void cleanup(void) function
1358 ALOGI("cleanup");
1453 cleanup
/hardware/interfaces/graphics/composer/2.1/default/
H A DComposerClient.cpp53 void cleanup() function in class:android::hardware::graphics::composer::V2_1::implementation::__anon1042::HandleImporter
203 sHandleImporter.cleanup();

Completed in 3031 milliseconds

12