Searched refs:cleanup (Results 1 - 25 of 31) sorted by relevance

12

/system/core/libcrypto_utils/
H A Dandroid_pubkey.c70 goto cleanup;
75 goto cleanup;
78 goto cleanup;
86 goto cleanup;
92 goto cleanup;
106 cleanup:
132 goto cleanup;
142 goto cleanup;
148 goto cleanup;
155 goto cleanup;
[all...]
/system/bt/hci/include/
H A Dlow_power_manager.h32 void (*cleanup)(void); member in struct:low_power_manager_t
H A Dpacket_fragmenter.h47 void (*cleanup)(void); member in struct:packet_fragmenter_t
H A Dbt_vendor_lib.h162 * before the caller calls for cleanup().
398 void (*cleanup)(void); member in struct:__anon727
/system/extras/squashfs_utils/
H A Dsquashfs_utils.c76 goto cleanup;
82 goto cleanup;
85 cleanup:
/system/bt/hci/src/
H A Dbtsnoop_net.cc101 goto cleanup;
108 goto cleanup;
118 goto cleanup;
123 goto cleanup;
147 cleanup:
H A Dpacket_fragmenter.cc56 static void cleanup() { partial_packets.clear(); } function
239 static const packet_fragmenter_t interface = {init, cleanup,
/system/libhidl/transport/allocator/1.0/default/
H A DAshmemAllocator.cpp44 static void cleanup(hidl_memory&& memory) { function in namespace:android::hidl::allocator::V1_0::implementation
56 cleanup(std::move(memory));
91 cleanup(std::move(batch[i]));
/system/extras/tests/directiotest/
H A Ddirectiotest.c195 goto cleanup;
198 goto cleanup;
203 goto cleanup;
207 goto cleanup;
216 goto cleanup;
244 goto cleanup;
249 goto cleanup;
259 goto cleanup;
266 cleanup:
/system/bt/btif/src/
H A Dstack_manager.cc201 goto cleanup;
218 cleanup:;
H A Dbluetooth.cc167 static void cleanup(void) { stack_manager_get_interface()->clean_up_stack(); } function
421 cleanup,
458 cleanup();
H A Dbtif_hf_client.cc701 * Function cleanup
708 static void cleanup(void) { function
758 .cleanup = cleanup,
H A Dbtif_hd.cc365 * Function cleanup
372 static void cleanup(void) { function
629 cleanup,
H A Dbtif_av.cc714 /* Handle the RC_CLOSE event for the cleanup */
1396 * Function cleanup
1398 * Description Shuts down the AV interface and does the cleanup
1403 static void cleanup(int service_uuid) { function
1424 if (bt_av_sink_callbacks == NULL) cleanup(BTA_A2DP_SOURCE_SERVICE_ID);
1433 if (bt_av_src_callbacks == NULL) cleanup(BTA_A2DP_SINK_SERVICE_ID);
H A Dbtif_hf.cc1486 * Function cleanup
1493 static void cleanup(void) { function
1556 cleanup,
/system/update_engine/scripts/
H A Dbrillo_update_payload203 # A list of temporary files to remove during cleanup.
254 cleanup() { function
259 # cleanup (even if we eventually succeeded) return a non-zero exit
269 cleanup
275 cleanup
442 # we can't delete the file because it will be deleted in cleanup.
/system/update_engine/sample_images/
H A Dgenerate_images.sh26 # cleanup <path>
28 cleanup() { function
217 trap 'cleanup "${mntdir}"; rm -f "${filename}"' INT TERM EXIT
240 cleanup "${mntdir}"
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp197 void cleanup() { function in namespace:__anon1761
686 cleanup();
727 cleanup();
/system/bt/test/suite/adapter/
H A Dadapter_unittest.cc191 bt_interface()->cleanup();
/system/keymaster/
H A Dintegrity_assured_key_blob.cpp65 HmacCleanup cleanup(&ctx);
/system/sepolicy/tools/
H A Dcheckfc.c211 static void cleanup(void) { function
386 atexit(cleanup);
H A Dcheck_seapp.c1224 static void cleanup() { function
1259 atexit(cleanup);
/system/core/init/
H A Dperfboot.py200 def cleanup(): function in function:init_perf
209 atexit.register(cleanup)
/system/bt/service/hal/
H A Dbluetooth_interface.cc215 if (hal_iface_) hal_iface_->cleanup();
/system/bt/hci/test/
H A Dpacket_fragmenter_test.cc313 fragmenter->cleanup();

Completed in 3472 milliseconds

12