Searched refs:client (Results 1 - 25 of 44) sorted by relevance

12

/hardware/intel/img/libdrm/tests/
H A Dgetclient.c37 drm_client_t client; local
41 /* Look for client index 0. This should exist whether we're operating
45 client.idx = 0;
46 ret = ioctl(fd, DRM_IOCTL_GET_CLIENT, &client);
49 /* Look for some absurd client index and make sure it's invalid.
54 client.idx = 0x7fffffff;
55 ret = ioctl(fd, DRM_IOCTL_GET_CLIENT, &client);
H A Ddrmtest.c38 drm_client_t client; local
42 client.idx = 0;
43 ret = ioctl(fd, DRM_IOCTL_GET_CLIENT, &client);
45 if (!client.auth)
47 client.idx = 1;
48 ret = ioctl(fd, DRM_IOCTL_GET_CLIENT, &client);
/hardware/libhardware/include/hardware/
H A Dbt_gatt.h33 const btgatt_client_callbacks_t* client; member in struct:__anon1101
52 /** Pointer to the GATT client interface methods.*/
53 const btgatt_client_interface_t* client; member in struct:__anon1102
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dion.h116 * ion_client_create() - allocate a client and returns it
118 * @heap_mask: mask of heaps this client can allocate from
125 * ion_client_destroy() - free's a client and all it's handles
126 * @client: the client
128 * Free the provided client and all it's resources including
131 void ion_client_destroy(struct ion_client *client);
135 * @client: the client
148 struct ion_handle *ion_alloc(struct ion_client *client, size_
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dion.h116 * ion_client_create() - allocate a client and returns it
118 * @heap_mask: mask of heaps this client can allocate from
125 * ion_client_destroy() - free's a client and all it's handles
126 * @client: the client
128 * Free the provided client and all it's resources including
131 void ion_client_destroy(struct ion_client *client);
135 * @client: the client
148 struct ion_handle *ion_alloc(struct ion_client *client, size_
[all...]
H A Dmsm_ion.h192 * msm_ion_client_create - allocate a client using the ion_device specified in
205 * @client - client who allocated the handle
212 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle,
219 * @client - client who allocated the handle
236 int ion_map_iommu(struct ion_client *client, struct ion_handle *handle,
246 * @client - client who allocated the handle
257 int ion_handle_get_size(struct ion_client *client, struc
390 ion_map_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num, unsigned long align, unsigned long iova_length, unsigned long *iova, unsigned long *buffer_size, unsigned long flags, unsigned long iommu_flags) argument
401 ion_handle_get_size(struct ion_client *client, struct ion_handle *handle, unsigned long *size) argument
407 ion_unmap_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num) argument
431 msm_ion_do_cache_op(struct ion_client *client, struct ion_handle *handle, void *vaddr, unsigned long len, unsigned int cmd) argument
460 msm_ion_secure_buffer(struct ion_client *client, struct ion_handle *handle, enum cp_mem_usage usage, int flags) argument
468 msm_ion_unsecure_buffer(struct ion_client *client, struct ion_handle *handle) argument
[all...]
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h143 * ion_client_create() - allocate a client and returns it
145 * @heap_mask: mask of heaps this client can allocate from
152 * msm_ion_client_create - allocate a client using the ion_device specified in
163 * ion_client_destroy() - free's a client and all it's handles
164 * @client: the client
166 * Free the provided client and all it's resources including
169 void ion_client_destroy(struct ion_client *client);
173 * @client: the client
402 ion_client_destroy(struct ion_client *client) argument
404 ion_alloc(struct ion_client *client, size_t len, size_t align, unsigned int heap_mask, unsigned int flags) argument
412 ion_free(struct ion_client *client, struct ion_handle *handle) argument
416 ion_phys(struct ion_client *client, struct ion_handle *handle, ion_phys_addr_t *addr, size_t *len) argument
422 ion_sg_table(struct ion_client *client, struct ion_handle *handle) argument
428 ion_map_kernel(struct ion_client *client, struct ion_handle *handle, unsigned long flags) argument
434 ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle) argument
437 ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle) argument
442 ion_import_dma_buf(struct ion_client *client, int fd) argument
447 ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle, unsigned long *flags) argument
453 ion_map_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num, unsigned long align, unsigned long iova_length, unsigned long *iova, unsigned long *buffer_size, unsigned long flags, unsigned long iommu_flags) argument
464 ion_unmap_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num) argument
484 msm_ion_do_cache_op(struct ion_client *client, struct ion_handle *handle, void *vaddr, unsigned long len, unsigned int cmd) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dion.h62 * An ION client is an object or an entity that needs to use the service of
64 * client and it represents the ION client.
96 * @client: An ion_client value to remove.
98 void ion_client_destroy(ion_client client);
101 * @client: A valid ion_client value returned by ion_client_create().
111 * unique in the context of the given client, @client.
115 ion_buffer ion_alloc(ion_client client, size_t len, size_t align,
150 * @client
[all...]
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp72 void ion_client_destroy(ion_client client) argument
74 close(client);
77 ion_buffer ion_alloc(ion_client client, size_t len, size_t align, argument
90 ret = ioctl(client, ION_IOC_ALLOC, &arg_alloc);
95 ret = ioctl(client, ION_IOC_SHARE, &arg_share);
98 ioctl(client, ION_IOC_FREE, &arg_free);
122 int ion_sync(ion_client client, ion_buffer buffer) argument
128 return ioctl(client, ION_IOC_SYNC, &data);
/hardware/qcom/power/
H A Dpower.c66 pid_t client; local
74 client = getpid();
77 snprintf(data, MAX_LENGTH, "2:%d", client);
80 snprintf(data, MAX_LENGTH, "3:%d", client);
92 pid_t client; local
100 client = getpid();
103 snprintf(data, MAX_LENGTH, "5:%d", client);
106 snprintf(data, MAX_LENGTH, "6:%d", client);
149 pid_t client; local
157 client
[all...]
/hardware/intel/common/libva/va/wayland/
H A Dva_backend_wayland.h31 #include <wayland-client.h>
H A Dva_wayland.h31 #include <wayland-client.h>
/hardware/qcom/display/msm8084/libqservice/
H A DQService.cpp50 void QService::connect(const sp<qClient::IQClient>& client) { argument
51 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
52 mClient = client;
55 void QService::connect(const sp<qClient::IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
57 mHDMIClient = client;
75 ALOGE("%s: Failed to get a valid HDMI client", __FUNCTION__);
84 ALOGE("%s: Failed to get a valid HDMI client", __FUNCTION__);
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HWC client", __FUNCTION__);
51 data.writeStrongBinder(client->asBinder());
55 virtual void connect(const sp<IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
59 data.writeStrongBinder(client->asBinder());
110 sp<IQClient> client = local
112 connect(client);
122 sp<IQHDMIClient> client = local
124 connect(client);
[all...]
H A DQService.h48 virtual void connect(const android::sp<qClient::IQClient>& client);
49 virtual void connect(const android::sp<qClient::IQHDMIClient>& client);
H A DIQService.h64 // Register a HWC client that can be notified
65 // This client is generic and is intended to get
67 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
68 // Register an HDMI client. This client gets notification of HDMI events
70 virtual void connect(const android::sp<qClient::IQHDMIClient>& client) = 0;
/hardware/qcom/display/msm8960/libqservice/
H A DQService.cpp62 void QService::connect(const sp<qClient::IQClient>& client) { argument
63 mClient = client;
H A DIQService.cpp60 virtual void connect(const sp<IQClient>& client) { argument
63 data.writeStrongBinder(client->asBinder());
129 sp<IQClient> client = local
131 connect(client);
H A DIQService.h51 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
H A DQService.h50 virtual void connect(const android::sp<qClient::IQClient>& client);
/hardware/qcom/display/msm8974/libqservice/
H A DQService.cpp62 void QService::connect(const sp<qClient::IQClient>& client) { argument
63 mClient = client;
/hardware/intel/common/libva/test/common/
H A Dva_display_android.cpp36 static sp<SurfaceComposerClient> client = NULL; variable
53 client = new SurfaceComposerClient();
55 surface_ctr = client->createSurface(
/hardware/qcom/display/msm8226/libqservice/
H A DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { argument
53 ALOGD_IF(QSERVICE_DEBUG,"client connected");
54 mClient = client;
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect client", __FUNCTION__);
51 data.writeStrongBinder(client->asBinder());
101 sp<IQClient> client = local
103 connect(client);
H A DQService.h48 virtual void connect(const android::sp<qClient::IQClient>& client);

Completed in 476 milliseconds

12