Lines Matching defs:cb
91 CDBG_HIGH("%s: [ZSL Retro] Frame CB Unlock : %d, is AEC Locked: %d",
2427 qcamera_callback_argm_t *cb =
2430 if (NULL != cb) {
2431 CDBG("%s: cb type %d received",
2433 cb->cb_type);
2435 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) {
2436 switch (cb->cb_type) {
2439 if (cb->msg_type == CAMERA_MSG_FOCUS) {
2445 pme->mNotifyCb(cb->msg_type,
2446 cb->ext1,
2447 cb->ext2,
2458 pme->mDataCb(cb->msg_type,
2459 cb->data,
2460 cb->index,
2461 cb->metadata,
2472 pme->mDataCbTimestamp(cb->timestamp,
2473 cb->msg_type,
2474 cb->data,
2475 cb->index,
2478 ALOGE("%s:data cb with tmp not set!",
2499 pme->mDataCb(cb->msg_type,
2500 cb->data,
2501 cb->index,
2502 cb->metadata,
2509 ALOGE("%s : invalid cb type %d",
2511 cb->cb_type);
2517 ALOGE("%s : cb message type %d not enabled!",
2519 cb->msg_type);
2522 if ( cb->release_cb ) {
2523 cb->release_cb(cb->user_data, cb->cookie, cbStatus);
2525 delete cb;
2527 ALOGE("%s: invalid cb type passed", __func__);
2576 ALOGE("%s: Error adding cb data into queue", __func__);