HomeSort by relevance Sort by last modified time
    Searched refs:cb_type (Results 1 - 25 of 26) sorted by null

1 2

  /external/python/cpython2/Lib/plat-irix5/
readcd.py 13 def _doatime(self, cb_type, data):
17 func, arg = self.callbacks[cb_type]
19 func(arg, cb_type, data)
21 def _dopnum(self, cb_type, data):
25 func, arg = self.callbacks[cb_type]
27 func(arg, cb_type, data)
126 def setcallback(self, cb_type, func, arg):
127 if cb_type < 0 or cb_type >= 8:
129 self.callbacks[cb_type] = (func, arg
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
readcd.py 13 def _doatime(self, cb_type, data):
17 func, arg = self.callbacks[cb_type]
19 func(arg, cb_type, data)
21 def _dopnum(self, cb_type, data):
25 func, arg = self.callbacks[cb_type]
27 func(arg, cb_type, data)
126 def setcallback(self, cb_type, func, arg):
127 if cb_type < 0 or cb_type >= 8:
129 self.callbacks[cb_type] = (func, arg
    [all...]
  /external/ppp/pppd/
cbcp.c 367 u_char cb_type; local
373 cb_type = us->us_allowed & us->us_type;
374 dbglog("cbcp_resp cb_type=%d", cb_type);
377 if (!cb_type)
381 if (cb_type & ( 1 << CB_CONF_USER ) ) {
398 if (cb_type & ( 1 << CB_CONF_ADMIN ) ) {
408 if (cb_type & ( 1 << CB_CONF_NO ) ) {
  /external/python/cpython3/Lib/
ssl.py 694 def get_channel_binding(self, cb_type="tls-unique"):
696 if the requested `cb_type` is not supported. Return bytes of the data
698 if cb_type not in CHANNEL_BINDING_TYPES:
700 if cb_type != "tls-unique":
703 .format(cb_type))
    [all...]
  /external/python/cpython2/Lib/
ssl.py 906 def get_channel_binding(self, cb_type="tls-unique"):
908 if the requested `cb_type` is not supported. Return bytes of the data
911 if cb_type not in CHANNEL_BINDING_TYPES:
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera_muxer.h 154 mm_camera_stream_cb_type cb_type, void *userdata, mm_camera_obj_t *cam_obj);
mm_camera.h 230 mm_camera_stream_cb_type cb_type; member in struct:__anon49256
757 mm_camera_stream_cb_type cb_type, void *userdata);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 221 mm_camera_stream_cb_type cb_type; member in struct:__anon2453
645 mm_camera_stream_cb_type cb_type, void *userdata);
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]
QCamera2HWI.h 130 qcamera_callback_type_m cb_type; // event type member in struct:qcamera::__anon2058
QCameraPostProc.cpp 763 cbArg.cb_type = QCAMERA_DATA_SNAPSHOT_CALLBACK;
    [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]
QCameraPostProc.cpp     [all...]
QCamera2HWI.cpp     [all...]
QCamera2HWI.h 141 qcamera_callback_type_m cb_type; // event type member in struct:qcamera::__anon48800
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
mm_camera_interface.c     [all...]
mm_camera_stream.c 279 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC)
344 if (my_obj->buf_cb[i].cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC) {
413 && (my_obj->buf_cb[i].cb_type !=
811 (my_obj->buf_cb[i].cb_type != MM_CAMERA_STREAM_CB_TYPE_SYNC)) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
mm_camera_interface.c     [all...]
mm_camera_muxer.c     [all...]
  /external/boringssl/src/ssl/
ssl_test.cc     [all...]

Completed in 757 milliseconds

1 2