Home
last modified time | relevance | path

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

12

/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.cpp79 int registerKey(ThreadStoreBase::Destructor* destroy) { in registerKey() argument
80 D("Entering destroy=%p\n", destroy); in registerKey()
85 mDestructors[ret] = destroy; in registerKey()
156 ThreadStoreBase::Destructor* destroy = mDestructors[n]; in leaveCurrentThread() local
158 if (destroy) { in leaveCurrentThread()
160 destroy, (int)n, value); in leaveCurrentThread()
161 (*destroy)(value); in leaveCurrentThread()
197 ThreadStoreBase::ThreadStoreBase(Destructor* destroy) { in ThreadStoreBase() argument
198 D("Entering this=%p destroy=%p\n", this, destroy); in ThreadStoreBase()
199 mKey = gGlobalState->registerKey(destroy); in ThreadStoreBase()
[all …]
DAndroidThreadStore.h66 explicit ThreadStoreBase(Destructor* destroy);
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.cpp28 void destroy(goldfish_dma_context *ctx) { in destroy() function
46 destroy(&m_ctx); in ~AutoGoldfishDmaContext()
50 destroy(&m_ctx); in reset()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_dmabuf.cpp38 .destroy = buffer_destroy
112 .destroy = linux_buffer_params_destroy,
141 .destroy = linux_dmabuf_destroy,
Dwayland_shell.cpp96 .destroy = zxdg_positioner_v6_destroy,
219 .destroy = zxdg_toplevel_v6_destroy,
253 .destroy = zxdg_popup_v6_destroy,
325 .destroy = zxdg_surface_v6_destroy,
382 .destroy = zxdg_shell_v6_destroy,
Dwayland_subcompositor.cpp72 .destroy = subsurface_destroy,
106 .destroy = subcompositor_destroy,
Dwayland_compositor.cpp71 .destroy = region_destroy,
172 .destroy = surface_destroy,
/device/generic/goldfish-opengl/fuchsia/
Dport.cc80 thread_store_destruct_t destroy) { in thread_store_set() argument
83 if (pthread_key_create(&store->tls, destroy) != 0) { in thread_store_set()
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/
Dgoldfish_address_space.cpp26 destroy(); in replace()
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dthreads.h22 thread_store_destruct_t destroy);
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_host.impl94 destroy();
114 destroy();
136 destroy();
194 void GoldfishAddressSpaceBlock::destroy()
Dgoldfish_address_space_fuchsia.impl102 destroy();
123 destroy();
204 void GoldfishAddressSpaceBlock::destroy()
218 … ALOGE("%s: unsupported: GoldfishAddressSpaceBlock destroy() for shared regions\n", __func__);
Dgoldfish_address_space_android.impl166 destroy();
186 destroy();
220 destroy();
285 void GoldfishAddressSpaceBlock::destroy()
Dgoldfish_address_space.h103 void destroy();
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h171 destroy(); in ~WifiRequest()
174 void destroy() { in destroy() function
Dcpp_bindings.cpp559 destroy(); in create()
Dgscan.cpp606 request.destroy(); in start()
897 request.destroy(); in execute()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Daddress_space_graphics_types.h310 ConsumerDestroyCallback destroy; member
/device/linaro/hikey/self-extractors_hikey960/hisilicon/
DLICENSE96 SOFTWARE and confidential information and destroy all copies of the SOFTWARE and confidential
/device/linaro/poplar/proprietary/hisilicon/
DLICENSE44 …all immediately stop using the SOFTWARE and confidential information and destroy all copies of the…
/device/linaro/hikey/mali/bifrost/
DEND_USER_LICENCE_AGREEMENT.txt147 , you shall stop using the Software and destroy all copies of the
/device/amlogic/yukawa/binaries/gpu/
DEND_USER_LICENCE_AGREEMENT.txt147 , you shall stop using the Software and destroy all copies of the
/device/linaro/hikey/mali/utgard/
DEND_USER_LICENCE_AGREEMENT.txt147 , you shall stop using the Software and destroy all copies of the
/device/google/muskie/self-extractors/qcom/
DLICENSE224 You. Upon termination You must delete or destroy all copies of the
/device/linaro/dragonboard/db845c/firmware/
DLICENSE.qcom.txt130 destroy all copies of the Materials in Your possession and the license granted

12