Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 4 of 4) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h446 mm_camera_req_buf_type_t req_type; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c249 ch_obj->req_type = cmd_cb->u.req_buf.type; in mm_channel_process_stream_buf()
255 ch_obj->req_type, cmd_cb->u.req_buf.primary_only); in mm_channel_process_stream_buf()
447 if (ch_obj->req_type == MM_CAMERA_REQ_FRAME_SYNC_BUF) { in mm_channel_process_stream_buf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c6752 PyObject *req_type[3]; in PyAST_obj2mod() local
6756 req_type[0] = (PyObject*)Module_type; in PyAST_obj2mod()
6757 req_type[1] = (PyObject*)Expression_type; in PyAST_obj2mod()
6758 req_type[2] = (PyObject*)Interactive_type; in PyAST_obj2mod()
6768 isinstance = PyObject_IsInstance(ast, req_type[mode]); in PyAST_obj2mod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c6735 PyObject *req_type[] = {(PyObject*)Module_type, (PyObject*)Expression_type, in PyAST_obj2mod() local
6743 isinstance = PyObject_IsInstance(ast, req_type[mode]); in PyAST_obj2mod()