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

/system/core/crash_reporter/
H A Dwarn_collector_test.sh38 cleanup() { function
67 trap cleanup EXIT
H A Dcrash_sender118 cleanup() { function
711 trap cleanup EXIT INT TERM
/system/update_engine/sample_images/
H A Dgenerate_images.sh26 # cleanup <path>
28 cleanup() { function
211 trap 'cleanup "${mntdir}"; rm -f "${filename}"' INT TERM EXIT
234 cleanup "${mntdir}"
/system/bt/hci/include/
H A Dlow_power_manager.h31 void (*cleanup)(void); member in struct:low_power_manager_t
H A Dpacket_fragmenter.h46 void (*cleanup)(void); member in struct:packet_fragmenter_t
H A Dbt_vendor_lib.h160 * before the caller calls for cleanup().
393 void (*cleanup)(void); member in struct:__anon732
/system/update_engine/scripts/
H A Dbrillo_update_payload190 # A list of temporary files to remove during cleanup.
229 cleanup() { function
234 # cleanup (even if we eventually succeeded) return a non-zero exit
244 cleanup
250 cleanup
406 # we can't delete the file because it will be deleted in cleanup.
/system/bt/btif/src/
H A Dbtif_hf_client.c632 ** Function cleanup
639 static void cleanup( void ) function
687 .cleanup = cleanup,
H A Dbluetooth.c164 static void cleanup(void) { function
477 cleanup,
522 cleanup();
H A Dbtif_av.c680 /* Handle the RC_CLOSE event for the cleanup */
1332 ** Function cleanup
1334 ** Description Shuts down the AV interface and does the cleanup
1339 static void cleanup(int service_uuid) function
1359 cleanup(BTA_A2DP_SOURCE_SERVICE_ID);
1370 cleanup(BTA_A2DP_SINK_SERVICE_ID);
H A Dbtif_hf.c1513 ** Function cleanup
1520 static void cleanup( void ) function
1582 cleanup,
H A Dbtif_hh.c1580 ** Function cleanup
1587 static void cleanup( void ) function
1632 cleanup,
H A Dbtif_hl.c4307 ** Function cleanup
4314 static void cleanup( void ){ function
4335 cleanup,
4827 BTIF_TRACE_DEBUG("hl thread cleanup");
H A Dbtif_rc.c1952 ** timer cleanup
2809 * and cleanup used memory. Proceed to get the current settings
2881 * and cleanup used memory. Proceed to get the current settings
3239 ** Function cleanup
3246 static void cleanup() function
4031 cleanup,
/system/bt/hci/src/
H A Dlow_power_manager.c93 static void cleanup() { function
235 cleanup,
H A Dpacket_fragmenter.c61 static void cleanup() { function
231 cleanup,
/system/core/init/
H A Dperfboot.py200 def cleanup(): function in function:init_perf
209 atexit.register(cleanup)
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp197 void cleanup() { function in namespace:__anon1766
686 cleanup();
727 cleanup();
/system/sepolicy/tools/
H A Dcheckfc.c200 static void cleanup(void) { function
367 atexit(cleanup);
H A Dcheck_seapp.c1195 static void cleanup() { function
1230 atexit(cleanup);

Completed in 529 milliseconds