Home
last modified time | relevance | path

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

12

/system/netd/tests/
Dtun_interface.h28 ~TunInterface() { destroy(); } in ~TunInterface()
33 void destroy();
Dtun_interface.cpp112 void TunInterface::destroy() { in destroy() function in android::net::TunInterface
/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.cpp190 mInternalEmulated->destroy(); in stop()
282 (*i)->destroy(); in handleDiskRemoved()
604 mInternalEmulated->destroy(); in reset()
608 disk->destroy(); in reset()
623 mInternalEmulated->destroy(); in shutdown()
626 disk->destroy(); in shutdown()
711 (*i)->destroy(); in destroyObb()
737 (*i)->destroy(); in destroyStubVolume()
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 __anon3472b2060111::SyncTimeline
77 destroy(); in ~SyncTimeline()
134 destroy(); in operator =()
188 void destroy() { in destroy() function in __anon3472b2060111::SyncFence
195 destroy(); in ~SyncFence()
439 timeline.destroy(); in TEST()
/system/vold/model/
DDisk.cpp177 status_t Disk::destroy() { in destroy() function in android::vold::Disk
195 vol->destroy(); in createPublicVolume()
225 vol->destroy(); in createPrivateVolume()
237 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.h96 int destroyLiveSockets(const DestroyFilter& destroy, const char *what, iovec *iov, int iovcnt);
/system/sepolicy/prebuilts/api/26.0/public/
Dglobal_macros39 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
/system/sepolicy/prebuilts/api/27.0/public/
Dglobal_macros39 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/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/hardware/interfaces/net/netd/1.1/vts/functional/
DVtsHalNetNetdV1_1TargetTest.cpp124 sTun1.destroy(); in TearDownTestCase()
125 sTun2.destroy(); in TearDownTestCase()
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java154 simpleperfProcess.destroy(); in stopRecording()

12