Searched refs:opcode (Results 1 – 9 of 9) sorted by relevance
/device/linaro/hikey/wpan/bluedroid_wilink/ |
D | libbt-vendor-ti.c | 67 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/ |
D | uim.c | 135 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()
|
D | uim.h | 93 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/ |
D | mm_camera_interface.h | 275 uint8_t (*is_op_supported)(uint32_t camera_handle, mm_camera_ops_type_t opcode);
|
D | mm_camera.h | 500 mm_camera_ops_type_t opcode);
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 120 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/ |
D | gles.cpp | 576 void glLogicOp(GLenum opcode) in glLogicOp() argument 578 getDispatch()->glLogicOp(opcode); in glLogicOp()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 112 void glLogicOp(GLenum opcode); 931 void glLogicOp(GLenum opcode) in glLogicOp() argument 934 ctx->glLogicOp(ctx, opcode); in glLogicOp()
|
D | gl_enc.cpp | 2939 void glLogicOp_enc(void *self , GLenum opcode) in glLogicOp_enc() argument 2957 memcpy(ptr, &opcode, 4); ptr += 4; in glLogicOp_enc()
|