/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | ion.h | 402 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/ |
D | IQService.cpp | 47 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
|
D | QService.cpp | 50 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/ |
D | IQService.cpp | 47 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
|
D | QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { in connect() 57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { in connect()
|
/hardware/qcom/power/ |
D | power.c | 66 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/ |
D | bt_gatt.h | 33 const btgatt_client_callbacks_t* client; member 53 const btgatt_client_interface_t* client; member
|
/hardware/qcom/display/msm8226/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() 101 sp<IQClient> client = in onTransact() local
|
D | QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
|
/hardware/qcom/display/msm8909/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() 101 sp<IQClient> client = in onTransact() local
|
D | QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
|
/hardware/qcom/display/msm8994/libqservice/ |
D | IQService.cpp | 47 virtual void connect(const sp<IQClient>& client) { in connect() 101 sp<IQClient> client = in onTransact() local
|
D | QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
|
/hardware/qcom/display/msm8960/libqservice/ |
D | IQService.cpp | 60 virtual void connect(const sp<IQClient>& client) { in connect() 129 sp<IQClient> client = in onTransact() local
|
D | QService.cpp | 62 void QService::connect(const sp<qClient::IQClient>& client) { in connect()
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | QHDMIClient.cpp | 57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) in registerClient()
|
/hardware/intel/common/libva/test/common/ |
D | va_display_android.cpp | 36 static sp<SurfaceComposerClient> client = NULL; variable
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipa.h | 206 #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/ |
D | msm_ipa.h | 210 #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/ |
D | LocTimer.cpp | 475 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) in LocTimerDelegate() 519 LocTimer* client = mClient; in expire() local
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocTimer.cpp | 475 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/ |
D | asequencer.h | 157 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/ |
D | asequencer.h | 100 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/ |
D | loc_api_rpc_glue.c | 245 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/ |
D | loc_api_rpc_glue.c | 245 static void loc_api_glue_rpc_cb(CLIENT* client, enum rpc_reset_event event) in loc_api_glue_rpc_cb()
|