HomeSort by relevance Sort by last modified time
    Searched defs:enableMsgType (Results 1 - 12 of 12) sorted by null

  /frameworks/av/services/camera/libcameraservice/api1/
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);
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 153 void enableMsgType(int32_t msgType)
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 131 void BaseCameraAdapter::enableMsgType(int32_t msgs, frame_callback callback, event_callback eventCb, void* cookie)
    [all...]
AppCallbackNotifier.cpp     [all...]
CameraHal.cpp 123 void CameraHal::enableMsgType(int32_t msgType)
159 mAppCallbackNotifier->enableMsgType (msgType);
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 261 void EmulatedCamera::enableMsgType(int32_t msg_type)
722 ec->enableMsgType(msg_type);
    [all...]
  /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...]
  /device/lge/mako/camera/
QCameraHWI.cpp 436 void QCameraHardwareInterface::enableMsgType(int32_t msgType)
438 ALOGV("enableMsgType: E, msgType =0x%x", msgType);
441 ALOGV("enableMsgType: X, msgType =0x%x, mMsgEnabled=0x%x", msgType, mMsgEnabled);
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 291 void ExynosCameraHWInterface::enableMsgType(int32_t msgType)
    [all...]

Completed in 389 milliseconds