Searched defs:shutdown (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dadb.h124 /* shutdown is called by the peer before it goes away.
128 void (*shutdown)(asocket *s); member in struct:asocket
H A Dsysdeps.h359 return shutdown(fd, SHUT_RDWR);
361 #undef shutdown macro
362 #define shutdown ____xxx_shutdown macro
/system/vold/
H A DVolumeManager.cpp641 int VolumeManager::shutdown() { function in class:VolumeManager
H A Dcryptfs.c425 enum RebootType {reboot, recovery, shutdown}; enumerator in enum:RebootType
437 case shutdown:
438 property_set(ANDROID_RB_PROPERTY, "shutdown");
1663 /* Now that the framework is shutdown, we should be able to umount()
3168 cryptfs_reboot(shutdown);
3215 SLOGE("Error enabling encryption after framework is shutdown, no data changed, restarting system");

Completed in 70 milliseconds