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

1 2

  /device/generic/goldfish/camera/
EmulatedCamera.h 140 virtual void enableMsgType(int32_t msg_type);
EmulatedCamera.cpp 261 void EmulatedCamera::enableMsgType(int32_t msg_type)
722 ec->enableMsgType(msg_type);
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 39 mFrameNotifier->enableMsgType(frameTypes<<MessageNotifier::FRAME_BIT_FIELD_POSITION
93 mEventNotifier->enableMsgType(frameTypes<<MessageNotifier::EVENT_BIT_FIELD_POSITION
CameraHal_Module.cpp 123 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type);
CameraHal.cpp 123 void CameraHal::enableMsgType(int32_t msgType)
159 mAppCallbackNotifier->enableMsgType (msgType);
    [all...]
AppCallbackNotifier.cpp     [all...]
BaseCameraAdapter.cpp 131 void BaseCameraAdapter::enableMsgType(int32_t msgs, frame_callback callback, event_callback eventCb, void* cookie)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 151 // This function takes the same parameter as the enableMsgType() and
153 void enableMsgType(int32_t msgType);
CameraClient.cpp 91 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
338 enableMsgType(CAMERA_MSG_PREVIEW_FRAME);
427 enableMsgType(CAMERA_MSG_VIDEO_FRAME);
539 enableMsgType(picMsgType);
640 void CameraClient::enableMsgType(int32_t msgType) {
642 mHardware->enableMsgType(msgType);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h 78 virtual void enableMsgType(int32_t msgType);
ExynosCameraHWInterface.cpp 291 void ExynosCameraHWInterface::enableMsgType(int32_t msgType)
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 40 virtual void enableMsgType(int32_t msgs, frame_callback callback=NULL, event_callback eventCb=NULL, void* cookie=NULL);
CameraHal.h 420 virtual void enableMsgType(int32_t msgs, frame_callback frameCb=NULL, event_callback eventCb=NULL, void* cookie=NULL) = 0;
551 status_t enableMsgType(int32_t msgType);
803 virtual void enableMsgType(int32_t msgs,
942 void enableMsgType(int32_t msgType);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 235 int enableMsgType(int32_t msg_type);
QCameraStateMachine.cpp 325 rc = m_parent->enableMsgType(int32_t(payload));
630 rc = m_parent->enableMsgType(int32_t(payload));
903 rc = m_parent->enableMsgType(int32_t(payload));
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 235 int enableMsgType(int32_t msg_type);
QCameraStateMachine.cpp 325 rc = m_parent->enableMsgType(int32_t(payload));
630 rc = m_parent->enableMsgType(int32_t(payload));
903 rc = m_parent->enableMsgType(int32_t(payload));
    [all...]
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 279 hardware->enableMsgType(msg_type);
  /device/lge/mako/camera/
QualcommCamera2.cpp 298 hardware->enableMsgType(msg_type);
QCameraHWI.h 267 void enableMsgType(int32_t msg_type);
QualcommCamera.cpp 462 hardware->enableMsgType(msg_type);
QualcommCameraHardware.h 108 virtual void enableMsgType(int32_t msgType);
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 264 void enableMsgType(int32_t msg_type);
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 153 void enableMsgType(int32_t msgType)
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 413 void QCameraHardwareInterface::enableMsgType(int32_t msgType)
415 LOGI("enableMsgType: E, msgType =0x%x", msgType);
418 LOGI("enableMsgType: X, msgType =0x%x, mMsgEnabled=0x%x", msgType, mMsgEnabled);
    [all...]

Completed in 504 milliseconds

1 2