Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 43) sorted by relevance

12

/hardware/qcom/msm8960/original-kernel-headers/linux/
Dion.h402 static inline void ion_client_destroy(struct ion_client *client) { } in ion_client_destroy()
404 static inline struct ion_handle *ion_alloc(struct ion_client *client, in ion_alloc()
412 static inline void ion_free(struct ion_client *client, in ion_free()
416 static inline int ion_phys(struct ion_client *client, in ion_phys()
422 static inline struct sg_table *ion_sg_table(struct ion_client *client, in ion_sg_table()
428 static inline void *ion_map_kernel(struct ion_client *client, in ion_map_kernel()
434 static inline void ion_unmap_kernel(struct ion_client *client, in ion_unmap_kernel()
437 static inline int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle) in ion_share_dma_buf()
442 static inline struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd) in ion_import_dma_buf()
447 static inline int ion_handle_get_flags(struct ion_client *client, in ion_handle_get_flags()
[all …]
/hardware/qcom/display/msm8084/libqservice/
DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { in connect()
55 virtual void connect(const sp<IQHDMIClient>& client) { in connect()
110 sp<IQClient> client = in onTransact() local
122 sp<IQHDMIClient> client = in onTransact() local
DQService.cpp50 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
55 void QService::connect(const sp<qClient::IQHDMIClient>& client) { in connect()
/hardware/qcom/display/msm8996/libqservice/
DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { in connect()
55 virtual void connect(const sp<IQHDMIClient>& client) { in connect()
111 sp<IQClient> client = in onTransact() local
123 sp<IQHDMIClient> client = in onTransact() local
DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { in connect()
/hardware/qcom/power/
Dpower.c66 pid_t client; in sync_thread() local
92 pid_t client; in enc_boost() local
149 pid_t client; in touch_boost() local
/hardware/libhardware/include/hardware/
Dbt_gatt.h33 const btgatt_client_callbacks_t* client; member
53 const btgatt_client_interface_t* client; member
/hardware/qcom/display/msm8226/libqservice/
DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { in connect()
101 sp<IQClient> client = in onTransact() local
DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
/hardware/qcom/display/msm8909/libqservice/
DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { in connect()
101 sp<IQClient> client = in onTransact() local
DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
/hardware/qcom/display/msm8994/libqservice/
DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { in connect()
101 sp<IQClient> client = in onTransact() local
DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
/hardware/qcom/display/msm8960/libqservice/
DIQService.cpp60 virtual void connect(const sp<IQClient>& client) { in connect()
129 sp<IQClient> client = in onTransact() local
DQService.cpp62 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
/hardware/qcom/display/msm8996/hdmi_cec/
DQHDMIClient.cpp57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) in registerClient()
/hardware/intel/common/libva/test/common/
Dva_display_android.cpp36 static sp<SurfaceComposerClient> client = NULL; variable
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ipa.h206 #define IPA_CLIENT_IS_APPS_CONS(client) \ argument
210 #define IPA_CLIENT_IS_USB_CONS(client) \ argument
217 #define IPA_CLIENT_IS_WLAN_CONS(client) \ argument
223 #define IPA_CLIENT_IS_ODU_CONS(client) \ argument
227 #define IPA_CLIENT_IS_Q6_CONS(client) \ argument
235 #define IPA_CLIENT_IS_Q6_PROD(client) \ argument
242 #define IPA_CLIENT_IS_Q6_NON_ZIP_CONS(client) \ argument
248 #define IPA_CLIENT_IS_Q6_ZIP_CONS(client) \ argument
252 #define IPA_CLIENT_IS_Q6_NON_ZIP_PROD(client) \ argument
257 #define IPA_CLIENT_IS_Q6_ZIP_PROD(client) \ argument
[all …]
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ipa.h210 #define IPA_CLIENT_IS_APPS_CONS(client) ((client) == IPA_CLIENT_APPS_LAN_CONS || (client) == IPA_CL… argument
211 #define IPA_CLIENT_IS_USB_CONS(client) ((client) == IPA_CLIENT_USB_CONS || (client) == IPA_CLIENT_U… argument
212 #define IPA_CLIENT_IS_WLAN_CONS(client) ((client) == IPA_CLIENT_WLAN1_CONS || (client) == IPA_CLIEN… argument
214 #define IPA_CLIENT_IS_ODU_CONS(client) ((client) == IPA_CLIENT_ODU_EMB_CONS || (client) == IPA_CLIE… argument
215 #define IPA_CLIENT_IS_Q6_CONS(client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IPA_CLIENT… argument
216 #define IPA_CLIENT_IS_Q6_PROD(client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IPA_CLIENT… argument
217 #define IPA_CLIENT_IS_Q6_NON_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IP… argument
219 #define IPA_CLIENT_IS_Q6_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_DECOMP_CONS || (client) == IPA… argument
220 #define IPA_CLIENT_IS_Q6_NON_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IP… argument
221 #define IPA_CLIENT_IS_Q6_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_DECOMP_PROD || (client) == IPA… argument
[all …]
/hardware/qcom/gps/msm8909/utils/
DLocTimer.cpp475 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) in LocTimerDelegate()
519 LocTimer* client = mClient; in expire() local
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp475 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) in LocTimerDelegate()
519 LocTimer* client = mClient; in expire() local
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasequencer.h157 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */ member
323 unsigned char client; /* client id */ member
351 int client; /* client number to inquire */ member
365 int client; /* client number to inquire */ member
530 int client; /* sequencer client */ member
/hardware/qcom/msm8996/kernel-headers/sound/
Dasequencer.h100 unsigned char client; member
246 unsigned char client; member
269 int client; member
282 int client; member
424 int client; member
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c245 static void loc_api_glue_rpc_cb(CLIENT* client, enum rpc_reset_event event) in loc_api_glue_rpc_cb()
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c245 static void loc_api_glue_rpc_cb(CLIENT* client, enum rpc_reset_event event) in loc_api_glue_rpc_cb()

12