Searched defs:op (Results 1 - 25 of 74) sorted by relevance

123

/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dbt_vendor_qcom.c96 static int op(bt_vendor_opcode_t opcode, void *param) function
102 ALOGV("bt-vendor : op for %d", opcode);
207 op,
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c140 static int op(bt_vendor_opcode_t opcode, void *param) function
144 BTVNDDBG("op for %d", opcode);
268 op,
H A Duserial_vendor.c335 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data) argument
337 switch(op)
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.cpp175 int IonAlloc::clean_buffer(void *base, size_t size, size_t offset, int fd, int op) argument
202 switch(op) {
/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.cpp179 int fd, int op)
206 switch(op) {
178 clean_buffer(void *base, unsigned int size, unsigned int offset, int fd, int op) argument
/hardware/qcom/display/msm8909/libgralloc/
H A Dionalloc.cpp185 int fd, int op)
188 ATRACE_INT("operation id", op);
214 switch(op) {
184 clean_buffer(void *base, unsigned int size, unsigned int offset, int fd, int op) argument
/hardware/qcom/display/msm8909/libqdutils/
H A Ddisplay_config.cpp155 int configureDynRefreshRate(uint32_t op, uint32_t refreshRate) { argument
159 inParcel.writeInt32(op);
168 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.cpp179 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op) argument
205 switch(op) {
/hardware/qcom/display/msm8994/libgralloc/
H A Dionalloc.cpp191 int fd, int op)
194 ATRACE_INT("operation id", op);
220 switch(op) {
190 clean_buffer(void *base, unsigned int size, unsigned int offset, int fd, int op) argument
/hardware/qcom/display/msm8994/libqdutils/
H A Ddisplay_config.cpp155 int configureDynRefreshRate(uint32_t op, uint32_t refreshRate) { argument
159 inParcel.writeInt32(op);
168 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
/hardware/qcom/display/msm8996/libgralloc/
H A Dionalloc.cpp181 int fd, int op)
184 ATRACE_INT("operation id", op);
210 switch(op) {
180 clean_buffer(void *base, unsigned int size, unsigned int offset, int fd, int op) argument
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_ion_alloc.cpp168 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { argument
170 ATRACE_INT("operation id", op);
181 switch (op) {
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_ion_alloc.cpp178 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { argument
180 ATRACE_INT("operation id", op);
191 switch (op) {
/hardware/qcom/display/sdm845/libgralloc/
H A Dionalloc.cpp182 int fd, int op)
185 ATRACE_INT("operation id", op);
211 switch(op) {
181 clean_buffer(void *base, unsigned int size, unsigned int offset, int fd, int op) argument
/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_ion_alloc.cpp178 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { argument
180 ATRACE_INT("operation id", op);
191 switch (op) {
/hardware/qcom/display/msm8996/libqdutils/
H A Ddisplay_config.cpp165 int configureDynRefreshRate(uint32_t op, uint32_t refreshRate) { argument
169 inParcel.writeInt32(op);
178 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
/hardware/qcom/display/msm8998/libqdutils/
H A Ddisplay_config.cpp165 int configureDynRefreshRate(uint32_t op, uint32_t refreshRate) { argument
169 inParcel.writeInt32(op);
178 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
/hardware/qcom/display/sdm845/libqdutils/
H A Ddisplay_config.cpp165 int configureDynRefreshRate(uint32_t op, uint32_t refreshRate) { argument
169 inParcel.writeInt32(op);
178 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_uart.c392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) argument
396 switch(op)
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_uart.c392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) argument
396 switch(op)
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_uart.c395 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) argument
399 switch(op)
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhci_uart.c399 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) argument
403 switch(op)
/hardware/qcom/bt/sdm845/libbt-vendor/src/
H A Dhci_uart.c395 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) argument
399 switch(op)
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_qclient.cpp258 uint32_t op = (uint32_t)inParcel->readInt32(); local
266 switch (op) {
293 ALOGE("%s: Invalid op %d",__FUNCTION__,op);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_qclient.cpp275 uint32_t op = (uint32_t)inParcel->readInt32(); local
283 switch (op) {
310 ALOGE("%s: Invalid op %d",__FUNCTION__,op);

Completed in 507 milliseconds

123