Searched defs:client (Results 1 - 19 of 19) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dbt_gatt.h33 const btgatt_client_callbacks_t* client; member in struct:__anon192
52 /** Pointer to the GATT client interface methods.*/
53 const btgatt_client_interface_t* client; member in struct:__anon193
/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);
/hardware/qcom/display/msm8974/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);
/hardware/qcom/display/msm8x26/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);
/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/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/msm8960/original-kernel-headers/linux/
H A Dion.h142 * ion_client_create() - allocate a client and returns it
144 * @heap_mask: mask of heaps this client can allocate from
151 * msm_ion_client_create - allocate a client using the ion_device specified in
162 * ion_client_destroy() - free's a client and all it's handles
163 * @client: the client
165 * Free the provided client and all it's resources including
168 void ion_client_destroy(struct ion_client *client);
172 * @client: the client
401 ion_client_destroy(struct ion_client *client) argument
403 ion_alloc(struct ion_client *client, size_t len, size_t align, unsigned int heap_mask, unsigned int flags) argument
411 ion_free(struct ion_client *client, struct ion_handle *handle) argument
415 ion_phys(struct ion_client *client, struct ion_handle *handle, ion_phys_addr_t *addr, size_t *len) argument
421 ion_sg_table(struct ion_client *client, struct ion_handle *handle) argument
427 ion_map_kernel(struct ion_client *client, struct ion_handle *handle, unsigned long flags) argument
433 ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle) argument
436 ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle) argument
441 ion_import_dma_buf(struct ion_client *client, int fd) argument
446 ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle, unsigned long *flags) argument
452 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
463 ion_unmap_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num) argument
483 msm_ion_do_cache_op(struct ion_client *client, struct ion_handle *handle, void *vaddr, unsigned long len, unsigned int cmd) argument
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp247 sp<IQClient> client = new QClient(ctx); local
250 String16("display.qservice")))->connect(client);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp180 sp<IQClient> client = new QClient(ctx); local
183 String16("display.qservice")))->connect(client);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp208 sp<IQClient> client = new QClient(ctx); local
211 String16("display.qservice")))->connect(client);
/hardware/qcom/msm8x74/original-kernel-headers/linux/
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/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp38 sp<SurfaceComposerClient> client; variable
750 client = new SurfaceComposerClient();
752 if ( NULL == client.get() ) {
758 surfaceControl = client->createSurface(String8("camera_test_menu"),
765 client->openGlobalTransaction();
770 client->closeGlobalTransaction();
811 if ( NULL != client.get() ) {
812 client->dispose();
813 client.clear();
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp3068 DEBUG_PRINT_HIGH("set_parameter: frame rate set by omx client : %d",
5776 IL client uses this method to release the frame buffer
5823 IL client uses this method to release the frame buffer
5851 /*Return back the output buffer to client*/
6106 DEBUG_PRINT_ERROR("Display ID is not set by IL client \n");
6129 DEBUG_PRINT_ERROR("Improper pmem fd by EGL client %d \n",fd);
6388 Checks if IL client has released all the buffers.
6417 Checks if IL client has released all the buffers.
6459 Checks if IL client has released all the buffers.
7158 DEBUG_PRINT_LOW("\n Buffer Consumed return back to client
9027 set_vdec_client(void *client) argument
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp2945 DEBUG_PRINT_LOW("set_parameter: frame rate set by omx client : %d",
5568 IL client uses this method to release the frame buffer
5611 IL client uses this method to release the frame buffer
5640 /*Return back the output buffer to client*/
5956 DEBUG_PRINT_ERROR("Display ID is not set by IL client \n");
5982 DEBUG_PRINT_ERROR("Improper pmem fd by EGL client %d \n",fd);
6213 Checks if IL client has released all the buffers.
6241 Checks if IL client has released all the buffers.
6280 Checks if IL client has released all the buffers.
6934 DEBUG_PRINT_LOW("Buffer Consumed return back to client
9310 set_vdec_client(void *client) argument
[all...]
H A Domx_vdec_hevc.cpp2761 DEBUG_PRINT_HIGH("set_parameter: frame rate set by omx client : %lu",
5218 IL client uses this method to release the frame buffer
5261 IL client uses this method to release the frame buffer
5289 /*Return back the output buffer to client*/
5521 DEBUG_PRINT_ERROR("Display ID is not set by IL client \n");
5543 DEBUG_PRINT_ERROR("Improper pmem fd by EGL client %d \n",fd);
5773 Checks if IL client has released all the buffers.
5800 Checks if IL client has released all the buffers.
5836 Checks if IL client has released all the buffers.
6422 DEBUG_PRINT_LOW("\n Buffer Consumed return back to client
8117 set_vdec_client(void *client) argument
[all...]
H A Domx_vdec_msm8974.cpp2302 * but client should only get the FLUSH_(INPUT|OUTPUT)_DONE for the one it
2900 DEBUG_PRINT_HIGH("set_parameter: frame rate set by omx client : %lu",
3660 DEBUG_PRINT_HIGH("set_config: frame rate set by omx client : %d",
3699 DEBUG_PRINT_HIGH("set_config: Disabled client's frame rate");
5544 IL client uses this method to release the frame buffer
5609 IL client uses this method to release the frame buffer
5637 /*Return back the output buffer to client*/
5894 DEBUG_PRINT_ERROR("Display ID is not set by IL client \n");
5916 DEBUG_PRINT_ERROR("Improper pmem fd by EGL client %d \n",fd);
6141 Checks if IL client ha
8553 set_vdec_client(void *client) argument
[all...]

Completed in 474 milliseconds