/system/netd/tests/ |
D | tun_interface.h | 28 ~TunInterface() { destroy(); } in ~TunInterface() 33 void destroy();
|
D | tun_interface.cpp | 112 void TunInterface::destroy() { in destroy() function in android::net::TunInterface
|
/system/core/libcutils/ |
D | threads.cpp | 61 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/ |
D | Devmapper.h | 27 static int destroy(const char* name);
|
D | VolumeManager.cpp | 190 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()
|
D | MoveStorage.cpp | 181 vol->destroy(); in bringOffline() 189 vol->destroy(); in bringOnline()
|
/system/core/libcutils/include_vndk/cutils/ |
D | threads.h | 71 thread_store_destruct_t destroy);
|
/system/core/libcutils/include/cutils/ |
D | threads.h | 71 thread_store_destruct_t destroy);
|
/system/chre/util/include/chre/util/ |
D | memory.h | 32 void destroy(ElementType *first, size_t count);
|
D | memory_impl.h | 30 inline void destroy(ElementType *first, size_t count) { in destroy() function
|
D | dynamic_vector_impl.h | 63 destroy(data(), mSize); in clear() 193 destroy(data(), mSize); in doReserve()
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 69 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/ |
D | Disk.cpp | 177 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()
|
D | VolumeBase.cpp | 190 status_t VolumeBase::destroy() { in destroy() function in android::vold::VolumeBase 235 if (vol->destroy()) { in unmount()
|
D | ObbVolume.cpp | 81 if (!mDmPath.empty() && Devmapper::destroy(getId().c_str())) { in doDestroy()
|
D | Disk.h | 71 status_t destroy();
|
D | VolumeBase.h | 105 status_t destroy();
|
/system/netd/server/ |
D | SockDiag.h | 96 int destroyLiveSockets(const DestroyFilter& destroy, const char *what, iovec *iov, int iovcnt);
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | global_macros | 39 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | global_macros | 39 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | global_macros | 41 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
|
/system/sepolicy/public/ |
D | global_macros | 42 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | global_macros | 42 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
|
/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
D | VtsHalNetNetdV1_1TargetTest.cpp | 124 sTun1.destroy(); in TearDownTestCase() 125 sTun2.destroy(); in TearDownTestCase()
|
/system/extras/simpleperf/app_api/java/com/android/simpleperf/ |
D | ProfileSession.java | 154 simpleperfProcess.destroy(); in stopRecording()
|