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

  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 92 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
349 enableMsgType(CAMERA_MSG_PREVIEW_FRAME);
438 enableMsgType(CAMERA_MSG_VIDEO_FRAME);
550 enableMsgType(picMsgType);
660 void CameraClient::enableMsgType(int32_t msgType) {
662 mHardware->enableMsgType(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...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 167 void enableMsgType(int32_t msgType)
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 172 void BaseCameraAdapter::enableMsgType(int32_t msgs, frame_callback callback, event_callback eventCb, void* cookie)
    [all...]
AppCallbackNotifier.cpp     [all...]
CameraHal.cpp 212 void CameraHal::enableMsgType(int32_t msgType)
251 mAppCallbackNotifier->enableMsgType (msgType);
    [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 441 void QCameraHardwareInterface::enableMsgType(int32_t msgType)
443 ALOGV("enableMsgType: E, msgType =0x%x", msgType);
446 ALOGV("enableMsgType: X, msgType =0x%x, mMsgEnabled=0x%x", msgType, mMsgEnabled);
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 291 void ExynosCameraHWInterface::enableMsgType(int32_t msgType)
    [all...]

Completed in 230 milliseconds