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

1234

/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h38 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks);
39 void (*removeClient)(LocationAPI* client);
40 void (*requestCapabilities)(LocationAPI* client);
41 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options);
42 void (*updateTrackingOptions)(LocationAPI* client, uint32_t id, LocationOptions& options);
43 void (*stopTracking)(LocationAPI* client, uint32_t id);
44 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response);
62 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks);
63 void (*removeClient)(LocationAPI* client);
64 void (*requestCapabilities)(LocationAPI* client);
[all...]
/hardware/qcom/gps/msm8998/gnss/
H A Dlocation_gnss.cpp38 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks);
39 static void removeClient(LocationAPI* client);
40 static void requestCapabilities(LocationAPI* client);
42 static uint32_t startTracking(LocationAPI* client, LocationOptions& options);
43 static void updateTrackingOptions(LocationAPI* client, uint32_t id, LocationOptions& options);
44 static void stopTracking(LocationAPI* client, uint32_t id);
46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response);
110 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) argument
113 gGnssAdapter->addClientCommand(client, callbacks);
117 static void removeClient(LocationAPI* client) argument
124 requestCapabilities(LocationAPI* client) argument
131 startTracking(LocationAPI* client, LocationOptions& options) argument
140 updateTrackingOptions(LocationAPI* client, uint32_t id, LocationOptions& options) argument
147 stopTracking(LocationAPI* client, uint32_t id) argument
154 gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) argument
[all...]
H A DGnssAdapter.h130 void addClientCommand(LocationAPI* client, const LocationCallbacks& callbacks);
131 void removeClientCommand(LocationAPI* client);
132 void requestCapabilitiesCommand(LocationAPI* client);
134 void saveClient(LocationAPI* client, const LocationCallbacks& callbacks);
135 void eraseClient(LocationAPI* client);
137 void stopClientSessions(LocationAPI* client);
138 LocationCallbacks getClientCallbacks(LocationAPI* client);
142 uint32_t startTrackingCommand(LocationAPI* client, LocationOptions& options);
143 void updateTrackingOptionsCommand(LocationAPI* client, uint32_t id, LocationOptions& options);
144 void stopTrackingCommand(LocationAPI* client, uint32_
[all...]
/hardware/libhardware/include/hardware/
H A Dbt_gatt.h35 const btgatt_client_callbacks_t* client; member in struct:__anon1129
57 /** Pointer to the GATT client interface methods.*/
58 const btgatt_client_interface_t* client; member in struct:__anon1130
/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/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/qcom/display/msm8996/hdmi_cec/
H A DQHDMIClient.cpp57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) argument
61 binder->linkToDeath(client);
63 mQService->connect(interface_cast<IQHDMIClient>(client));
/hardware/qcom/display/msm8998/hdmi_cec/
H A DQHDMIClient.cpp57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) argument
61 binder->linkToDeath(client);
63 mQService->connect(interface_cast<IQHDMIClient>(client));
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_ipa.h210 #define IPA_CLIENT_IS_APPS_CONS(client) ((client) == IPA_CLIENT_APPS_LAN_CONS || (client) == IPA_CLIENT_APPS_WAN_CONS)
211 #define IPA_CLIENT_IS_USB_CONS(client) ((client) == IPA_CLIENT_USB_CONS || (client) == IPA_CLIENT_USB2_CONS || (client) == IPA_CLIENT_USB3_CONS || (client) == IPA_CLIENT_USB_DPL_CONS || (client) == IPA_CLIENT_USB4_CONS)
212 #define IPA_CLIENT_IS_WLAN_CONS(client) ((clien
846 enum ipa_client_type client; member in struct:ipa_ioc_write_qmapid
[all...]
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_ipa.h127 * HSIC1_PROD means HSIC client is the producer and IPA is the
158 /* Below PROD client type is only for test purpose */
196 /* Below CONS client type is only for test purpose */
206 #define IPA_CLIENT_IS_APPS_CONS(client) \
207 ((client) == IPA_CLIENT_APPS_LAN_CONS || \
208 (client) == IPA_CLIENT_APPS_WAN_CONS)
210 #define IPA_CLIENT_IS_USB_CONS(client) \
211 ((client) == IPA_CLIENT_USB_CONS || \
212 (client) == IPA_CLIENT_USB2_CONS || \
213 (client)
1462 enum ipa_client_type client; member in struct:ipa_ioc_write_qmapid
[all...]
/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(IInterface::asBinder(client));
55 virtual void connect(const sp<IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
59 data.writeStrongBinder(IInterface::asBinder(client));
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);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DSubscriptionManager.cpp110 const sp<HalClient>& client = getOrCreateHalClientLocked(clientId, callback); local
111 if (client.get() == nullptr) {
118 client->addOrUpdateSubscription(opts);
120 addClientToPropMapLocked(opts.propId, client);
144 for (const auto& client : clients) {
145 clientValuesMap[client].push_back(v);
153 .client = entry.first,
174 const auto& client = propClients->itemAt(i); local
175 if (client->isSubscribed(propId, area, flags)) {
176 subscribedClients.push_back(client);
205 addClientToPropMapLocked( int32_t propId, const sp<HalClient> &client) argument
238 sp<HalClient> client = new HalClient(callback); local
254 auto client = clientIter->second; local
[all...]
/hardware/interfaces/graphics/composer/2.1/
H A DIComposer.hal42 * either the client or the device has chosen that all layers should
43 * be composed by the client. This will prevent the client from
79 * Creates a client of the composer. All resources created by the client
80 * are owned by the client and are only visible to the client.
82 * There can only be one client at any time.
85 * NO_RESOURCES when no more client can be created currently.
86 * @return client i
[all...]
/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp38 sp<SoundModelClient> client = local
40 if (client == 0) {
41 ALOGW("soundModelCallback called on stale client");
44 if (halEvent->model != client->mHalHandle) {
45 ALOGW("soundModelCallback call with wrong handle %d on client with handle %d",
46 (int)halEvent->model, (int)client->mHalHandle);
52 event.model = client->mId;
54 client->mCallback->soundModelCallback(event, client->mCookie);
65 sp<SoundModelClient> client local
119 sp<SoundModelClient> client; local
192 sp<SoundModelClient> client; local
222 sp<SoundModelClient> client; local
258 sp<SoundModelClient> client; local
[all...]
/hardware/qcom/display/msm8960/libqservice/
H A DQService.cpp62 void QService::connect(const sp<qClient::IQClient>& client) { argument
63 mClient = client;
/hardware/qcom/display/msm8996/libqservice/
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(IInterface::asBinder(client));
55 virtual void connect(const sp<IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
59 data.writeStrongBinder(IInterface::asBinder(client));
104 sp<IQClient> client = local
106 connect(client);
115 sp<IQHDMIClient> client = local
117 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);
/hardware/qcom/display/msm8998/libqservice/
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(IInterface::asBinder(client));
55 virtual void connect(const sp<IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
59 data.writeStrongBinder(IInterface::asBinder(client));
106 sp<IQClient> client = local
108 connect(client);
117 sp<IQHDMIClient> client = local
119 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);
/hardware/qcom/gps/msm8998/core/
H A DLocAdapterBase.h39 LocationAPI* client; member in struct:LocationSessionKey
42 client(_client), id(_id) {}
45 return left.id < right.id || (left.id == right.id && left.client < right.client);
48 return left.id == right.id && left.client == right.client;
51 return left.id != right.id || left.client != right.client;

Completed in 638 milliseconds

1234