• Home
  • Raw
  • Download

Lines Matching refs:cb

3158                 qcamera_callback_argm_t *cb =  in cbNotifyRoutine()  local
3161 if (NULL != cb) { in cbNotifyRoutine()
3163 cb->cb_type); in cbNotifyRoutine()
3165 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) { in cbNotifyRoutine()
3166 switch (cb->cb_type) { in cbNotifyRoutine()
3169 if (cb->msg_type == CAMERA_MSG_FOCUS) { in cbNotifyRoutine()
3174 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine()
3175 cb->ext1, in cbNotifyRoutine()
3176 cb->ext2, in cbNotifyRoutine()
3181 if (cb->release_cb) { in cbNotifyRoutine()
3182 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3190 pme->mDataCb(cb->msg_type, in cbNotifyRoutine()
3191 cb->data, in cbNotifyRoutine()
3192 cb->index, in cbNotifyRoutine()
3193 cb->metadata, in cbNotifyRoutine()
3198 if (cb->release_cb) { in cbNotifyRoutine()
3199 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3207 pme->mDataCbTimestamp(cb->timestamp, in cbNotifyRoutine()
3208 cb->msg_type, in cbNotifyRoutine()
3209 cb->data, in cbNotifyRoutine()
3210 cb->index, in cbNotifyRoutine()
3215 if (cb->release_cb) { in cbNotifyRoutine()
3216 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3241 cb->user_data, in cbNotifyRoutine()
3242 cb->frame_index); in cbNotifyRoutine()
3243 pme->mJpegCb(cb->msg_type, cb->data, in cbNotifyRoutine()
3244 cb->index, cb->metadata, in cbNotifyRoutine()
3246 cb->frame_index, cb->release_cb, in cbNotifyRoutine()
3247 cb->cookie, cb->user_data); in cbNotifyRoutine()
3255 pme->mDataCb(cb->msg_type, cb->data, cb->index, in cbNotifyRoutine()
3256 cb->metadata, pme->mCallbackCookie); in cbNotifyRoutine()
3257 if (cb->release_cb) { in cbNotifyRoutine()
3258 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3268 cb->cb_type); in cbNotifyRoutine()
3270 if (cb->release_cb) { in cbNotifyRoutine()
3271 cb->release_cb(cb->user_data, cb->cookie, in cbNotifyRoutine()
3279 cb->msg_type); in cbNotifyRoutine()
3281 if (cb->release_cb) { in cbNotifyRoutine()
3282 cb->release_cb(cb->user_data, cb->cookie, cbStatus); in cbNotifyRoutine()
3285 delete cb; in cbNotifyRoutine()