Home | History | Annotate | Download | only in HAL

Lines Matching refs:cb

86     CDBG_HIGH("%s: [ZSL Retro] Frame CB Unlock : %d, is AEC Locked: %d",
1988 qcamera_callback_argm_t *cb =
1991 if (NULL != cb) {
1992 CDBG("%s: cb type %d received",
1994 cb->cb_type);
1996 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) {
1997 switch (cb->cb_type) {
2000 if (cb->msg_type == CAMERA_MSG_FOCUS) {
2005 pme->mNotifyCb(cb->msg_type,
2006 cb->ext1,
2007 cb->ext2,
2018 pme->mDataCb(cb->msg_type,
2019 cb->data,
2020 cb->index,
2021 cb->metadata,
2032 pme->mDataCbTimestamp(cb->timestamp,
2033 cb->msg_type,
2034 cb->data,
2035 cb->index,
2038 ALOGE("%s:data cb with tmp not set!",
2059 pme->mDataCb(cb->msg_type,
2060 cb->data,
2061 cb->index,
2062 cb->metadata,
2069 ALOGE("%s : invalid cb type %d",
2071 cb->cb_type);
2077 ALOGE("%s : cb message type %d not enabled!",
2079 cb->msg_type);
2082 if ( cb->release_cb ) {
2083 cb->release_cb(cb->user_data, cb->cookie, cbStatus);
2085 delete cb;
2087 ALOGE("%s: invalid cb type passed", __func__);
2136 ALOGE("%s: Error adding cb data into queue", __func__);