Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 9 of 9) sorted by relevance

/device/linaro/hikey/wpan/bluedroid_wilink/
Dlibbt-vendor-ti.c67 int ti_op(bt_vendor_opcode_t opcode, void **param) { in ti_op() argument
71 ALOGV("vendor op - %d", opcode); in ti_op()
72 switch(opcode) in ti_op()
/device/linaro/hikey/wpan/uim/
Duim.c135 static int read_command_complete(int fd, unsigned short opcode) in read_command_complete() argument
169 if (resp.cmd_complete.opcode != (unsigned short)opcode) { in read_command_complete()
171 resp.cmd_complete.opcode, opcode); in read_command_complete()
356 cmd.hci_hdr.opcode = HCI_HDR_OPCODE; in st_uart_config()
391 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE; in st_uart_config()
Duim.h93 uint16_t opcode; /* OCF & OGF */ member
106 uint16_t opcode; member
113 uint16_t opcode; member
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h275 uint8_t (*is_op_supported)(uint32_t camera_handle, mm_camera_ops_type_t opcode);
Dmm_camera.h500 mm_camera_ops_type_t opcode);
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_interface.c120 static int32_t mm_camera_intf_is_op_supported(uint32_t camera_handler,mm_camera_ops_type_t opcode) in mm_camera_intf_is_op_supported() argument
131 rc = mm_camera_is_op_supported(my_obj, opcode); in mm_camera_intf_is_op_supported()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp576 void glLogicOp(GLenum opcode) in glLogicOp() argument
578 getDispatch()->glLogicOp(opcode); in glLogicOp()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_entry.cpp112 void glLogicOp(GLenum opcode);
931 void glLogicOp(GLenum opcode) in glLogicOp() argument
934 ctx->glLogicOp(ctx, opcode); in glLogicOp()
Dgl_enc.cpp2939 void glLogicOp_enc(void *self , GLenum opcode) in glLogicOp_enc() argument
2957 memcpy(ptr, &opcode, 4); ptr += 4; in glLogicOp_enc()