Home | History | Annotate | Download | only in camera

Lines Matching refs:msgType

205 status_t Camera::takePicture(int msgType)
207 ALOGV("takePicture: 0x%x", msgType);
210 return c->takePicture(msgType);
270 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
272 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
276 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
285 listener->postData(msgType, dataPtr, metadata);
290 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
301 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
312 listener->postDataTimestamp(timestamp, msgType, dataPtr);