/hardware/qcom/sdm845/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); 63 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 64 void (*removeClient)(LocationAPI* client); 65 void (*requestCapabilities)(LocationAPI* client); [all …]
|
/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); 63 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 64 void (*removeClient)(LocationAPI* client); 65 void (*requestCapabilities)(LocationAPI* client); [all …]
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | location_interface.h | 39 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 40 void (*removeClient)(LocationAPI* client); 41 void (*requestCapabilities)(LocationAPI* client); 42 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options); 43 void (*updateTrackingOptions)(LocationAPI* client, uint32_t id, LocationOptions& options); 44 void (*stopTracking)(LocationAPI* client, uint32_t id); 45 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response); 65 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 66 void (*removeClient)(LocationAPI* client); 67 void (*requestCapabilities)(LocationAPI* client); [all …]
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | location_interface.h | 39 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 40 void (*removeClient)(LocationAPI* client); 41 void (*requestCapabilities)(LocationAPI* client); 42 uint32_t (*startTracking)(LocationAPI* client, TrackingOptions&); 43 void (*updateTrackingOptions)(LocationAPI* client, uint32_t id, TrackingOptions&); 44 void (*stopTracking)(LocationAPI* client, uint32_t id); 45 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response); 72 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 73 void (*removeClient)(LocationAPI* client); 74 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/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/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/msm8998/original-kernel-headers/linux/ |
D | msm_ipa.h | 211 #define IPA_CLIENT_IS_APPS_CONS(client) \ argument 212 ((client) == IPA_CLIENT_APPS_LAN_CONS || \ 213 (client) == IPA_CLIENT_APPS_WAN_CONS) 215 #define IPA_CLIENT_IS_USB_CONS(client) \ argument 216 ((client) == IPA_CLIENT_USB_CONS || \ 217 (client) == IPA_CLIENT_USB2_CONS || \ 218 (client) == IPA_CLIENT_USB3_CONS || \ 219 (client) == IPA_CLIENT_USB_DPL_CONS || \ 220 (client) == IPA_CLIENT_USB4_CONS) 222 #define IPA_CLIENT_IS_WLAN_CONS(client) \ argument [all …]
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_ipa.h | 214 #define IPA_CLIENT_IS_APPS_CONS(client) ((client) == IPA_CLIENT_APPS_LAN_CONS || (client) == IPA_CL… argument 215 …client) ((client) == IPA_CLIENT_USB_CONS || (client) == IPA_CLIENT_USB2_CONS || (client) == IPA_CL… argument 216 …IS_WLAN_CONS(client) ((client) == IPA_CLIENT_WLAN1_CONS || (client) == IPA_CLIENT_WLAN2_CONS || (c… argument 217 #define IPA_CLIENT_IS_ODU_CONS(client) ((client) == IPA_CLIENT_ODU_EMB_CONS || (client) == IPA_CLIE… argument 219 …client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IPA_CLIENT_Q6_WAN_CONS || (client) == I… argument 220 …client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IPA_CLIENT_Q6_WAN_PROD || (client) == I… argument 221 …N_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IPA_CLIENT_Q6_WAN_CONS || (c… argument 222 #define IPA_CLIENT_IS_Q6_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_DECOMP_CONS || (client) == IPA… argument 224 …IPA_CLIENT_IS_Q6_NON_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IPA_CLIEN… argument 225 #define IPA_CLIENT_IS_Q6_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_DECOMP_PROD || (client) == IPA… argument [all …]
|
/hardware/qcom/gps/msm8909w_3100/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); 114 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() argument 117 gGnssAdapter->addClientCommand(client, callbacks); in addClient() 121 static void removeClient(LocationAPI* client) in removeClient() argument [all …]
|
D | GnssAdapter.h | 142 void addClientCommand(LocationAPI* client, const LocationCallbacks& callbacks); 143 void removeClientCommand(LocationAPI* client); 144 void requestCapabilitiesCommand(LocationAPI* client); 146 void saveClient(LocationAPI* client, const LocationCallbacks& callbacks); 147 void eraseClient(LocationAPI* client); 149 void stopClientSessions(LocationAPI* client); 150 LocationCallbacks getClientCallbacks(LocationAPI* client); 156 uint32_t startTrackingCommand(LocationAPI* client, LocationOptions& options); 157 void updateTrackingOptionsCommand(LocationAPI* client, uint32_t id, LocationOptions& options); 158 void stopTrackingCommand(LocationAPI* client, uint32_t id); [all …]
|
/hardware/qcom/sdm845/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); 112 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() argument 115 gGnssAdapter->addClientCommand(client, callbacks); in addClient() 119 static void removeClient(LocationAPI* client) in removeClient() argument [all …]
|
D | GnssAdapter.h | 131 void addClientCommand(LocationAPI* client, const LocationCallbacks& callbacks); 132 void removeClientCommand(LocationAPI* client); 133 void requestCapabilitiesCommand(LocationAPI* client); 135 void saveClient(LocationAPI* client, const LocationCallbacks& callbacks); 136 void eraseClient(LocationAPI* client); 138 void stopClientSessions(LocationAPI* client); 139 LocationCallbacks getClientCallbacks(LocationAPI* client); 143 uint32_t startTrackingCommand(LocationAPI* client, LocationOptions& options); 144 void updateTrackingOptionsCommand(LocationAPI* client, uint32_t id, LocationOptions& options); 145 void stopTrackingCommand(LocationAPI* client, uint32_t id); [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); 112 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() argument 115 gGnssAdapter->addClientCommand(client, callbacks); in addClient() 119 static void removeClient(LocationAPI* client) in removeClient() argument [all …]
|
D | GnssAdapter.h | 132 void addClientCommand(LocationAPI* client, const LocationCallbacks& callbacks); 133 void removeClientCommand(LocationAPI* client); 134 void requestCapabilitiesCommand(LocationAPI* client); 136 void saveClient(LocationAPI* client, const LocationCallbacks& callbacks); 137 void eraseClient(LocationAPI* client); 139 void stopClientSessions(LocationAPI* client); 140 LocationCallbacks getClientCallbacks(LocationAPI* client); 144 uint32_t startTrackingCommand(LocationAPI* client, LocationOptions& options); 145 void updateTrackingOptionsCommand(LocationAPI* client, uint32_t id, LocationOptions& options); 146 void stopTrackingCommand(LocationAPI* client, uint32_t id); [all …]
|
/hardware/qcom/sdm845/gps/sdm845/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, TrackingOptions&); 43 static void updateTrackingOptions(LocationAPI* client, uint32_t id, TrackingOptions&); 44 static void stopTracking(LocationAPI* client, uint32_t id); 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response); 130 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() argument 133 gGnssAdapter->addClientCommand(client, callbacks); in addClient() 137 static void removeClient(LocationAPI* client) in removeClient() argument [all …]
|
D | GnssAdapter.h | 185 void addClientCommand(LocationAPI* client, const LocationCallbacks& callbacks); 186 void removeClientCommand(LocationAPI* client); 187 void requestCapabilitiesCommand(LocationAPI* client); 189 void saveClient(LocationAPI* client, const LocationCallbacks& callbacks); 190 void eraseClient(LocationAPI* client); 192 void stopClientSessions(LocationAPI* client); 193 LocationCallbacks getClientCallbacks(LocationAPI* client); 201 LocationAPI* client, TrackingOptions& trackingOptions); 203 LocationAPI* client, uint32_t id, TrackingOptions& trackingOptions); 204 void stopTrackingCommand(LocationAPI* client, uint32_t id); [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 | 97 const sp<HalClient>& client = getOrCreateHalClientLocked(clientId, callback); in addOrUpdateSubscription() local 98 if (client.get() == nullptr) { in addOrUpdateSubscription() 105 client->addOrUpdateSubscription(opts); in addOrUpdateSubscription() 107 addClientToPropMapLocked(opts.propId, client); in addOrUpdateSubscription() 130 for (const auto& client : clients) { in distributeValuesToClients() local 131 clientValuesMap[client].push_back(v); in distributeValuesToClients() 139 .client = entry.first, in distributeValuesToClients() 160 const auto& client = propClients->itemAt(i); in getSubscribedClientsLocked() local 161 if (client->isSubscribed(propId, flags)) { in getSubscribedClientsLocked() 162 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 | 36 sp<SoundModelClient> client = in soundModelCallback() local 38 if (client == 0) { in soundModelCallback() 42 if (halEvent->model != client->getHalHandle()) { in soundModelCallback() 44 (int)halEvent->model, (int)client->getHalHandle()); in soundModelCallback() 48 client->soundModelCallback(halEvent); in soundModelCallback() 58 sp<SoundModelClient> client = in recognitionCallback() local 60 if (client == 0) { in recognitionCallback() 65 client->recognitionCallback(halEvent); in recognitionCallback() 92 sp<SoundModelClient> client) { in doLoadSoundModel() argument 110 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback, client.get(), in doLoadSoundModel() [all …]
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 53 sp<SoundTriggerHw::SoundModelClient> client = in soundModelCallback_() local 56 if (client == 0) { in soundModelCallback_() 60 if (halEvent->model != client->getHalHandle()) { in soundModelCallback_() 62 (int)halEvent->model, (int)client->getHalHandle()); in soundModelCallback_() 66 client->soundModelCallback(halEvent); in soundModelCallback_() 75 sp<SoundTriggerHw::SoundModelClient> client = in recognitionCallback_() local 78 if (client == 0) { in recognitionCallback_() 83 client->recognitionCallback(halEvent); in recognitionCallback_() 110 sp<SoundTriggerHw::SoundModelClient> client) { in doLoadSoundModel() argument 128 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback_, client.get(), in doLoadSoundModel() [all …]
|
/hardware/qcom/gps/msm8909w_3100/core/data-items/common/ |
D | ClientIndex.cpp | 47 bool ClientIndex <CT,DIT> :: isSubscribedClient (CT client) { in isSubscribedClient() argument 51 mDataItemsPerClientMap.find (client); in isSubscribedClient() 60 void ClientIndex <CT,DIT> :: getSubscribedList (CT client, list <DIT> & out) { in getSubscribedList() argument 63 mDataItemsPerClientMap.find (client); in getSubscribedList() 71 int ClientIndex <CT,DIT> :: remove (CT client) { in remove() argument 74 mDataItemsPerClientMap.erase (client); in remove() 108 CT client, in remove() argument 115 mDataItemsPerClientMap.find (client); in remove() 139 CT client, in add() argument 147 mDataItemsPerClientMap.find (client); in add() [all …]
|
D | IClientIndex.h | 44 virtual bool isSubscribedClient (CT client) = 0; 47 virtual void getSubscribedList (CT client, std :: list <DIT> & out) = 0; 50 virtual int remove (CT client) = 0; 64 CT client, 72 CT client,
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 87 const list<DataItemId>& l, IDataItemObserver* client) in cacheObserverRequest() argument 89 ObserverReqCache::iterator dicIter = reqCache.find(client); in cacheObserverRequest() 104 reqCache[client] = l; in cacheObserverRequest() 112 const list<DataItemId>& l, IDataItemObserver* client) in subscribe() argument 116 cacheObserverRequest(mSubscribeReqCache, l, client); in subscribe() 122 const list<DataItemId>& l, IDataItemObserver* client) : in subscribe() 123 mParent(parent), mClient(client), mDataItemList(l) {} in subscribe() 155 mContext.mMsgTask->sendMsg(new (nothrow) HandleSubscribeReq(this, l, client)); in subscribe() 159 const list<DataItemId>& l, IDataItemObserver* client) in updateSubscription() argument 168 const list<DataItemId>& l, IDataItemObserver* client) : in updateSubscription() [all …]
|