Home
last modified time | relevance | path

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

12

/system/netd/tests/
Dtun_interface.h28 ~TunInterface() { destroy(); } in ~TunInterface()
38 void destroy();
/system/core/libcutils/
Dthreads.cpp61 thread_store_destruct_t destroy) in thread_store_set() argument
65 if (pthread_key_create( &store->tls, destroy) != 0) { in thread_store_set()
/system/vold/
DDevmapper.h27 static int destroy(const char* name);
DVolumeManager.cpp188 mInternalEmulated->destroy(); in stop()
278 (*i)->destroy(); in handleDiskRemoved()
600 mInternalEmulated->destroy(); in reset()
604 disk->destroy(); in reset()
619 mInternalEmulated->destroy(); in shutdown()
622 disk->destroy(); in shutdown()
707 (*i)->destroy(); in destroyObb()
733 (*i)->destroy(); in destroyStubVolume()
DDevmapper.cpp66 int Devmapper::destroy(const char* name_raw) { in destroy() function in Devmapper
DMoveStorage.cpp181 vol->destroy(); in bringOffline()
189 vol->destroy(); in bringOnline()
/system/core/libcutils/include_vndk/cutils/
Dthreads.h71 thread_store_destruct_t destroy);
/system/core/libcutils/include/cutils/
Dthreads.h71 thread_store_destruct_t destroy);
/system/chre/util/include/chre/util/
Dmemory.h32 void destroy(ElementType *first, size_t count);
Dmemory_impl.h30 inline void destroy(ElementType *first, size_t count) { in destroy() function
Ddynamic_vector_impl.h63 destroy(data(), mSize); in clear()
193 destroy(data(), mSize); in doReserve()
/system/core/libsync/tests/
Dsync_test.cpp69 void destroy() { in destroy() function in __anonb2e362dd0111::SyncTimeline
77 destroy(); in ~SyncTimeline()
134 destroy(); in operator =()
188 void destroy() { in destroy() function in __anonb2e362dd0111::SyncFence
195 destroy(); in ~SyncFence()
439 timeline.destroy(); in TEST()
/system/vold/model/
DDisk.cpp147 status_t Disk::destroy() { in destroy() function in android::vold::Disk
165 vol->destroy(); in createPublicVolume()
196 vol->destroy(); in createPrivateVolume()
208 vol->destroy(); in destroyAllVolumes()
DVolumeBase.cpp190 status_t VolumeBase::destroy() { in destroy() function in android::vold::VolumeBase
235 if (vol->destroy()) { in unmount()
DObbVolume.cpp81 if (!mDmPath.empty() && Devmapper::destroy(getId().c_str())) { in doDestroy()
DDisk.h71 status_t destroy();
DVolumeBase.h105 status_t destroy();
/system/netd/server/
DSockDiag.h95 int destroyLiveSockets(const DestroyFilter& destroy, const char *what, iovec *iov, int iovcnt);
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java180 mSimpleperfProcess.destroy(); in stopRecording()
206 mSimpleperfProcess.destroy(); in destroySimpleperfProcessWithoutClosingStdin()
/system/sepolicy/prebuilts/api/27.0/public/
Dglobal_macros39 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
/system/sepolicy/prebuilts/api/26.0/public/
Dglobal_macros39 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
/system/sepolicy/public/
Dglobal_macros42 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
/system/sepolicy/prebuilts/api/29.0/public/
Dglobal_macros42 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
/system/sepolicy/prebuilts/api/28.0/public/
Dglobal_macros41 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
/system/sepolicy/prebuilts/api/30.0/public/
Dglobal_macros42 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')

12