Home
last modified time | relevance | path

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

12

/system/netd/tests/
Dtun_interface.h28 ~TunInterface() { destroy(); } in ~TunInterface()
38 void destroy();
/system/vold/
DDevmapper.h27 static int destroy(const char* name);
DDevmapper.cpp66 int Devmapper::destroy(const char* name_raw) { in destroy() function in Devmapper
DVolumeManager.cpp293 (*i)->destroy(); in handleDiskRemoved()
378 vol->destroy(); in destroyEmulatedVolumesForUser()
398 vol->destroy(); in destroyEmulatedVolumesForUser()
898 vol->destroy(); in reset()
903 disk->destroy(); in reset()
919 vol->destroy(); in shutdown()
922 disk->destroy(); in shutdown()
1118 (*i)->destroy(); in destroyObb()
DMoveStorage.cpp179 vol->destroy(); in bringOffline()
187 vol->destroy(); in bringOnline()
/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/chre/platform/shared/
Ddlfcn.cc51 chre::NanoappLoader::destroy(static_cast<chre::NanoappLoader *>(handle)); in dlclose()
/system/core/libsync/tests/
Dsync_test.cpp69 void destroy() { in destroy() function in __anon86be89e40111::SyncTimeline
77 destroy(); in ~SyncTimeline()
134 destroy(); in operator =()
188 void destroy() { in destroy() function in __anon86be89e40111::SyncFence
195 destroy(); in ~SyncFence()
439 timeline.destroy(); in TEST()
/system/vold/model/
DDisk.cpp162 status_t Disk::destroy() { in destroy() function in android::vold::Disk
180 vol->destroy(); in createPublicVolume()
211 vol->destroy(); in createPrivateVolume()
232 vol->destroy(); in destroyAllVolumes()
DObbVolume.cpp81 if (!mDmPath.empty() && Devmapper::destroy(getId().c_str())) { in doDestroy()
DVolumeBase.cpp201 status_t VolumeBase::destroy() { in destroy() function in android::vold::VolumeBase
251 if (vol->destroy()) { in unmount()
DDisk.h80 status_t destroy();
DVolumeBase.h108 status_t destroy();
/system/netd/server/
DSockDiag.h95 int destroyLiveSockets(const DestroyFilter& destroy, const char *what, iovec *iov, int iovcnt);
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_loader.h61 static void destroy(NanoappLoader *loader);
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java188 mSimpleperfProcess.destroy(); in stopRecording()
214 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/prebuilts/api/30.0/public/
Dglobal_macros42 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
/system/sepolicy/prebuilts/api/31.0/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/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 }')

12