Home
last modified time | relevance | path

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

/system/extras/tests/directiotest/
Ddirectiotest.c195 goto cleanup; in main()
198 goto cleanup; in main()
203 goto cleanup; in main()
207 goto cleanup; in main()
216 goto cleanup; in main()
244 goto cleanup; in main()
249 goto cleanup; in main()
259 goto cleanup; in main()
266 cleanup: in main()
/system/bt/hci/src/
Dbtsnoop_net.c82 goto cleanup; in listen_fn_()
88 goto cleanup; in listen_fn_()
97 goto cleanup; in listen_fn_()
102 goto cleanup; in listen_fn_()
124 cleanup: in listen_fn_()
Dlow_power_manager.c92 static void cleanup() { in cleanup() function
228 cleanup,
Dpacket_fragmenter.c60 static void cleanup() { in cleanup() function
210 cleanup,
Dvendor.c84 lib_interface->cleanup(); in vendor_close()
Dhci_layer.c296 packet_fragmenter->cleanup(); in shut_down()
305 low_power_manager->cleanup(); in shut_down()
/system/extras/squashfs_utils/
Dsquashfs_utils.c45 goto cleanup; in squashfs_parse_sb()
50 goto cleanup; in squashfs_parse_sb()
60 cleanup: in squashfs_parse_sb()
/system/bt/hci/test/
Dlow_power_manager_test.cpp36 cleanup,
120 reset_for(cleanup);
121 manager->cleanup();
Dpacket_fragmenter_test.cpp303 fragmenter->cleanup();
Dhci_layer_test.cpp556 low_power_manager.cleanup = low_power_cleanup;
/system/bt/hci/include/
Dlow_power_manager.h31 void (*cleanup)(void); member
Dpacket_fragmenter.h46 void (*cleanup)(void); member
Dbt_vendor_lib.h345 void (*cleanup)(void); member
/system/core/libprocessgroup/
DAndroid.mk14 LOCAL_SRC_FILES := cleanup.cpp
/system/bt/btif/src/
Dbluetooth.c156 static void cleanup(void) { in cleanup() function
430 cleanup,
472 cleanup(); in close_bluetooth_stack()
Dbtif_hf_client.c637 static void cleanup( void ) in cleanup() function
685 .cleanup = cleanup,
Dbtif_av.c1153 static void cleanup(void) in cleanup() function
1176 cleanup(); in cleanup_src()
1187 cleanup(); in cleanup_sink()
Dbtif_hf.c1527 static void cleanup( void ) in cleanup() function
1589 cleanup,
Dbtif_hh.c1651 static void cleanup( void ) in cleanup() function
1696 cleanup,
Dbtif_rc.c1614 static void cleanup() in cleanup() function
1697 cleanup,
Dbtif_hl.c4448 static void cleanup( void ){ in cleanup() function
4469 cleanup,
/system/bt/test/suite/support/
Dhal.c68 bt_interface->cleanup(); in hal_close()
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp197 void cleanup() { in cleanup() function
686 cleanup(); in main()
727 cleanup(); in main()
/system/keymaster/
Dintegrity_assured_key_blob.cpp65 HmacCleanup cleanup(&ctx); in ComputeHmac() local
/system/bt/test/bluedroidtest/
Dbluedroidtest.c653 sBtInterface->cleanup(); in bdt_cleanup()