Lines Matching refs:cb
2427 qcamera_callback_argm_t *cb = in cbNotifyRoutine() local
2430 if (NULL != cb) { in cbNotifyRoutine()
2433 cb->cb_type); in cbNotifyRoutine()
2435 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) { in cbNotifyRoutine()
2436 switch (cb->cb_type) { in cbNotifyRoutine()
2439 if (cb->msg_type == CAMERA_MSG_FOCUS) { in cbNotifyRoutine()
2445 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine()
2446 cb->ext1, in cbNotifyRoutine()
2447 cb->ext2, in cbNotifyRoutine()
2458 pme->mDataCb(cb->msg_type, in cbNotifyRoutine()
2459 cb->data, in cbNotifyRoutine()
2460 cb->index, in cbNotifyRoutine()
2461 cb->metadata, in cbNotifyRoutine()
2472 pme->mDataCbTimestamp(cb->timestamp, in cbNotifyRoutine()
2473 cb->msg_type, in cbNotifyRoutine()
2474 cb->data, in cbNotifyRoutine()
2475 cb->index, in cbNotifyRoutine()
2499 pme->mDataCb(cb->msg_type, in cbNotifyRoutine()
2500 cb->data, in cbNotifyRoutine()
2501 cb->index, in cbNotifyRoutine()
2502 cb->metadata, in cbNotifyRoutine()
2511 cb->cb_type); in cbNotifyRoutine()
2519 cb->msg_type); in cbNotifyRoutine()
2522 if ( cb->release_cb ) { in cbNotifyRoutine()
2523 cb->release_cb(cb->user_data, cb->cookie, cbStatus); in cbNotifyRoutine()
2525 delete cb; in cbNotifyRoutine()