Home
last modified time | relevance | path

Searched refs:address_space_handle_t (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space.h39 typedef void* address_space_handle_t; typedef
41 typedef uint32_t address_space_handle_t; typedef
43 typedef int address_space_handle_t; typedef
66 address_space_handle_t release();
67 static void closeHandle(address_space_handle_t handle);
77 address_space_handle_t m_handle;
99 … static int memoryMap(void *addr, size_t len, address_space_handle_t fd, uint64_t off, void** dst);
111 address_space_handle_t m_handle;
130 address_space_handle_t release() { return m_provider.release(); } in release()
131 …static void closeHandle(address_space_handle_t handle) { GoldfishAddressSpaceBlockProvider::closeH… in closeHandle()
[all …]
Dgoldfish_address_space_host.impl71 address_space_handle_t GoldfishAddressSpaceBlockProvider::release()
73 address_space_handle_t handle = m_handle;
78 void GoldfishAddressSpaceBlockProvider::closeHandle(address_space_handle_t handle)
225 address_space_handle_t,
309 address_space_handle_t goldfish_address_space_open() {
313 void goldfish_address_space_close(address_space_handle_t handle) {
318 address_space_handle_t handle,
329 address_space_handle_t handle, uint64_t offset) {
335 address_space_handle_t handle, uint64_t offset, uint64_t size) {
349 address_space_handle_t handle, uint64_t offset) {
[all …]
Dgoldfish_address_space_android.impl144 address_space_handle_t GoldfishAddressSpaceBlockProvider::release()
146 address_space_handle_t handle = m_handle;
151 void GoldfishAddressSpaceBlockProvider::closeHandle(address_space_handle_t handle)
330 address_space_handle_t fd,
440 address_space_handle_t goldfish_address_space_open() {
444 void goldfish_address_space_close(address_space_handle_t handle) {
449 address_space_handle_t handle,
466 address_space_handle_t handle, uint64_t offset) {
479 address_space_handle_t handle, uint64_t offset, uint64_t size) {
492 address_space_handle_t handle, uint64_t offset) {
[all …]
Dgoldfish_address_space_fuchsia.impl89 // address_space_handle_t GoldfishAddressSpaceBlockProvider::release() - not imeplemented
297 address_space_handle_t goldfish_address_space_open() {
306 return (address_space_handle_t)deviceSync;
309 void goldfish_address_space_close(address_space_handle_t handle) {
317 address_space_handle_t handle, GoldfishAddressSpaceSubdeviceType type,
318 address_space_handle_t* handle_out) {
348 address_space_handle_t handle,
375 address_space_handle_t handle, uint64_t offset) {
394 address_space_handle_t handle, uint64_t offset, uint64_t size) {
418 address_space_handle_t handle, uint64_t offset) {
[all …]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAddressSpaceStream.h32 address_space_handle_t handle,
81 address_space_handle_t m_handle;
DAddressSpaceStream.cpp37 address_space_handle_t child_device_handle; in createAddressSpaceStream()
158 if (handle == reinterpret_cast<address_space_handle_t>(-1)) { in createVirtioGpuAddressSpaceStream()
266 address_space_handle_t handle, in AddressSpaceStream()
/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h26 cb_handle_30_t(address_space_handle_t p_bufferFd, in cb_handle_30_t()
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp77 address_space_handle_t mHandle;
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp726 cb_handle_30_t(address_space_handle_t p_bufferFd, in cb_handle_30_t()