/hardware/qcom/gps/msm8998/location/ |
D | location_interface.h | 38 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/msm8960/original-kernel-headers/linux/ |
D | ion.h | 169 void ion_client_destroy(struct ion_client *client); 186 struct ion_handle *ion_alloc(struct ion_client *client, size_t len, 197 void ion_free(struct ion_client *client, struct ion_handle *handle); 215 int ion_phys(struct ion_client *client, struct ion_handle *handle, 226 struct sg_table *ion_sg_table(struct ion_client *client, 239 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle); 246 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle); 253 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle); 264 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd); 276 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle, [all …]
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ipa.h | 210 #define IPA_CLIENT_IS_APPS_CONS(client) ((client) == IPA_CLIENT_APPS_LAN_CONS || (client) == IPA_CL… argument 211 …client) ((client) == IPA_CLIENT_USB_CONS || (client) == IPA_CLIENT_USB2_CONS || (client) == IPA_CL… argument 212 …IS_WLAN_CONS(client) ((client) == IPA_CLIENT_WLAN1_CONS || (client) == IPA_CLIENT_WLAN2_CONS || (c… argument 214 #define IPA_CLIENT_IS_ODU_CONS(client) ((client) == IPA_CLIENT_ODU_EMB_CONS || (client) == IPA_CLIE… argument 215 …client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IPA_CLIENT_Q6_WAN_CONS || (client) == I… argument 216 …client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IPA_CLIENT_Q6_WAN_PROD || (client) == I… argument 217 …N_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IPA_CLIENT_Q6_WAN_CONS || (c… argument 219 #define IPA_CLIENT_IS_Q6_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_DECOMP_CONS || (client) == IPA… argument 220 …IPA_CLIENT_IS_Q6_NON_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IPA_CLIEN… argument 221 #define IPA_CLIENT_IS_Q6_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_DECOMP_PROD || (client) == IPA… argument [all …]
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipa.h | 206 #define IPA_CLIENT_IS_APPS_CONS(client) \ argument 207 ((client) == IPA_CLIENT_APPS_LAN_CONS || \ 208 (client) == IPA_CLIENT_APPS_WAN_CONS) 210 #define IPA_CLIENT_IS_USB_CONS(client) \ argument 211 ((client) == IPA_CLIENT_USB_CONS || \ 212 (client) == IPA_CLIENT_USB2_CONS || \ 213 (client) == IPA_CLIENT_USB3_CONS || \ 214 (client) == IPA_CLIENT_USB_DPL_CONS || \ 215 (client) == IPA_CLIENT_USB4_CONS) 217 #define IPA_CLIENT_IS_WLAN_CONS(client) \ argument [all …]
|
/hardware/qcom/gps/msm8998/gnss/ |
D | location_gnss.cpp | 38 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) in addClient() argument 113 gGnssAdapter->addClientCommand(client, callbacks); in addClient() 117 static void removeClient(LocationAPI* client) in removeClient() argument [all …]
|
D | GnssAdapter.h | 130 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_t id); [all …]
|
D | GnssAdapter.cpp | 913 GnssAdapter::addClientCommand(LocationAPI* client, const LocationCallbacks& callbacks) in addClientCommand() argument 915 LOC_LOGD("%s]: client %p", __func__, client); in addClientCommand() 922 LocationAPI* client, in addClientCommand() 926 mClient(client), in addClientCommand() 933 sendMsg(new MsgAddClient(*this, client, callbacks)); in addClientCommand() 937 GnssAdapter::removeClientCommand(LocationAPI* client) in removeClientCommand() argument 939 LOC_LOGD("%s]: client %p", __func__, client); in removeClientCommand() 945 LocationAPI* client) : in removeClientCommand() 948 mClient(client) {} in removeClientCommand() 955 sendMsg(new MsgRemoveClient(*this, client)); in removeClientCommand() [all …]
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
D | ion.h | 131 void ion_client_destroy(struct ion_client *client); 148 struct ion_handle *ion_alloc(struct ion_client *client, size_t len, 159 void ion_free(struct ion_client *client, struct ion_handle *handle); 177 int ion_phys(struct ion_client *client, struct ion_handle *handle, 188 struct sg_table *ion_sg_table(struct ion_client *client, 199 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle); 206 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle); 213 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle); 224 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd);
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | SubscriptionManager.cpp | 110 const sp<HalClient>& client = getOrCreateHalClientLocked(clientId, callback); in addOrUpdateSubscription() local 111 if (client.get() == nullptr) { in addOrUpdateSubscription() 118 client->addOrUpdateSubscription(opts); in addOrUpdateSubscription() 120 addClientToPropMapLocked(opts.propId, client); in addOrUpdateSubscription() 144 for (const auto& client : clients) { in distributeValuesToClients() local 145 clientValuesMap[client].push_back(v); in distributeValuesToClients() 153 .client = entry.first, in distributeValuesToClients() 174 const auto& client = propClients->itemAt(i); in getSubscribedClientsLocked() local 175 if (client->isSubscribed(propId, area, flags)) { in getSubscribedClientsLocked() 176 subscribedClients.push_back(client); in getSubscribedClientsLocked() [all …]
|
/hardware/qcom/power/ |
D | power.c | 66 pid_t client; in sync_thread() local 74 client = getpid(); in sync_thread() 77 snprintf(data, MAX_LENGTH, "2:%d", client); in sync_thread() 80 snprintf(data, MAX_LENGTH, "3:%d", client); in sync_thread() 92 pid_t client; in enc_boost() local 100 client = getpid(); in enc_boost() 103 snprintf(data, MAX_LENGTH, "5:%d", client); in enc_boost() 106 snprintf(data, MAX_LENGTH, "6:%d", client); in enc_boost() 149 pid_t client; in touch_boost() local 157 client = getpid(); in touch_boost() [all …]
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.cpp | 38 sp<SoundModelClient> client = in soundModelCallback() local 40 if (client == 0) { in soundModelCallback() 44 if (halEvent->model != client->mHalHandle) { in soundModelCallback() 46 (int)halEvent->model, (int)client->mHalHandle); in soundModelCallback() 52 event.model = client->mId; in soundModelCallback() 54 client->mCallback->soundModelCallback(event, client->mCookie); in soundModelCallback() 65 sp<SoundModelClient> client = in recognitionCallback() local 67 if (client == 0) { in recognitionCallback() 73 event->model = client->mId; in recognitionCallback() 75 client->mCallback->phraseRecognitionCallback( in recognitionCallback() [all …]
|
/hardware/qcom/display/msm8996/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() argument 51 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 55 virtual void connect(const sp<IQHDMIClient>& client) { in connect() argument 59 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 104 sp<IQClient> client = in onTransact() local 106 connect(client); in onTransact() 115 sp<IQHDMIClient> client = in onTransact() local 117 connect(client); in onTransact()
|
D | QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { in connect() argument 54 mClient = client; in connect() 57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { in connect() argument 59 mHDMIClient = client; in connect()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposer.hal | 42 * 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 is the newly created client. 90 createClient() generates (Error error, IComposerClient client);
|
/hardware/qcom/display/msm8998/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() argument 51 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 55 virtual void connect(const sp<IQHDMIClient>& client) { in connect() argument 59 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 106 sp<IQClient> client = in onTransact() local 108 connect(client); in onTransact() 117 sp<IQHDMIClient> client = in onTransact() local 119 connect(client); in onTransact()
|
D | QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { in connect() argument 54 mClient = client; in connect() 57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { in connect() argument 59 mHDMIClient = client; in connect()
|
/hardware/qcom/display/msm8084/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() argument 51 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 55 virtual void connect(const sp<IQHDMIClient>& client) { in connect() argument 59 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 110 sp<IQClient> client = in onTransact() local 112 connect(client); in onTransact() 122 sp<IQHDMIClient> client = in onTransact() local 124 connect(client); in onTransact()
|
D | QService.cpp | 50 void QService::connect(const sp<qClient::IQClient>& client) { in connect() argument 52 mClient = client; in connect() 55 void QService::connect(const sp<qClient::IQHDMIClient>& client) { in connect() argument 57 mHDMIClient = client; in connect()
|
/hardware/qcom/gps/msm8998/core/ |
D | LocAdapterBase.h | 39 LocationAPI* client; member 42 client(_client), id(_id) {} in LocationSessionKey() 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;
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | QHDMIClient.cpp | 57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) in registerClient() argument 61 binder->linkToDeath(client); in registerClient() 63 mQService->connect(interface_cast<IQHDMIClient>(client)); in registerClient()
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | QHDMIClient.cpp | 57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) in registerClient() argument 61 binder->linkToDeath(client); in registerClient() 63 mQService->connect(interface_cast<IQHDMIClient>(client)); in registerClient()
|
/hardware/interfaces/tests/msgq/1.0/ |
D | IBenchmarkMsgQ.hal | 22 * wait-free FMQ with the client as reader. 32 * wait-free FMQ with the client as writer. 57 * the client writes a message into its outbox FMQ, 58 * the service reads it and writes it into the client's 59 * inbox FMQ and the client reads the message. 67 * the service writes into an FMQ and the client reads the same. 74 * @param timeData vector of time instants measured by client.
|
/hardware/intel/common/libva/test/common/ |
D | va_display_android.cpp | 36 static sp<SurfaceComposerClient> client = NULL; variable 53 client = new SurfaceComposerClient(); in create_window() 55 surface_ctr = client->createSurface( in create_window()
|
/hardware/qcom/display/msm8994/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() argument 51 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 101 sp<IQClient> client = in onTransact() local 103 connect(client); in onTransact()
|
/hardware/qcom/display/msm8909/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() argument 51 data.writeStrongBinder(IInterface::asBinder(client)); in connect() 101 sp<IQClient> client = in onTransact() local 103 connect(client); in onTransact()
|