Lines Matching refs:cb
3379 qcamera_callback_argm_t *cb = in cbNotifyRoutine() local
3382 if (NULL != cb) { in cbNotifyRoutine()
3384 cb->cb_type); in cbNotifyRoutine()
3386 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) { in cbNotifyRoutine()
3387 switch (cb->cb_type) { in cbNotifyRoutine()
3390 if (cb->msg_type == CAMERA_MSG_FOCUS) { in cbNotifyRoutine()
3395 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine()
3396 cb->ext1, in cbNotifyRoutine()
3397 cb->ext2, in cbNotifyRoutine()
3402 if (cb->release_cb) { in cbNotifyRoutine()
3403 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3411 pme->mDataCb(cb->msg_type, in cbNotifyRoutine()
3412 cb->data, in cbNotifyRoutine()
3413 cb->index, in cbNotifyRoutine()
3414 cb->metadata, in cbNotifyRoutine()
3419 if (cb->release_cb) { in cbNotifyRoutine()
3420 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3428 pme->mDataCbTimestamp(cb->timestamp, in cbNotifyRoutine()
3429 cb->msg_type, in cbNotifyRoutine()
3430 cb->data, in cbNotifyRoutine()
3431 cb->index, in cbNotifyRoutine()
3436 if (cb->release_cb) { in cbNotifyRoutine()
3437 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3462 cb->user_data, in cbNotifyRoutine()
3463 cb->frame_index); in cbNotifyRoutine()
3464 pme->mJpegCb(cb->msg_type, cb->data, in cbNotifyRoutine()
3465 cb->index, cb->metadata, in cbNotifyRoutine()
3467 cb->frame_index, cb->release_cb, in cbNotifyRoutine()
3468 cb->cookie, cb->user_data); in cbNotifyRoutine()
3475 pme->mDataCb(cb->msg_type, cb->data, cb->index, in cbNotifyRoutine()
3476 cb->metadata, pme->mCallbackCookie); in cbNotifyRoutine()
3477 if (cb->release_cb) { in cbNotifyRoutine()
3478 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3488 cb->cb_type); in cbNotifyRoutine()
3490 if (cb->release_cb) { in cbNotifyRoutine()
3491 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3499 cb->msg_type); in cbNotifyRoutine()
3501 if (cb->release_cb) { in cbNotifyRoutine()
3502 cb->release_cb(cb->user_data, cb->cookie, cbStatus); in cbNotifyRoutine()
3505 delete cb; in cbNotifyRoutine()