Home | History | Annotate | Download | only in camera

Lines Matching refs:msgType

294 status_t Camera::takePicture(int msgType)
296 ALOGV("takePicture: 0x%x", msgType);
299 return c->takePicture(msgType);
351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
359 listener->notify(msgType, ext1, ext2);
364 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr,
373 listener->postData(msgType, dataPtr, metadata);
378 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
389 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
399 listener->postDataTimestamp(timestamp, msgType, dataPtr);