Home | History | Annotate | Download | only in HAL

Lines Matching defs:cb

1083                 qcamera_callback_argm_t *cb =
1085 if (NULL != cb) {
1086 ALOGV("%s: cb type %d received",
1088 cb->cb_type);
1090 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) {
1091 switch (cb->cb_type) {
1094 if (cb->msg_type == CAMERA_MSG_FOCUS) {
1098 pme->mNotifyCb(cb->msg_type,
1099 cb->ext1,
1100 cb->ext2,
1111 pme->mDataCb(cb->msg_type,
1112 cb->data,
1113 cb->index,
1114 cb->metadata,
1125 pme->mDataCbTimestamp(cb->timestamp,
1126 cb->msg_type,
1127 cb->data,
1128 cb->index,
1131 ALOGE("%s:data cb with tmp not set!",
1146 pme->mDataCb(cb->msg_type,
1147 cb->data,
1148 cb->index,
1149 cb->metadata,
1156 ALOGE("%s : invalid cb type %d",
1158 cb->cb_type);
1163 ALOGE("%s : cb message type %d not enabled!",
1165 cb->msg_type);
1167 if ( cb->release_cb ) {
1168 cb->release_cb(cb->user_data, cb->cookie);
1170 delete cb;
1172 ALOGE("%s: invalid cb type passed", __func__);
1216 ALOGE("%s: Error adding cb data into queue", __func__);