Home | History | Annotate | Download | only in HAL

Lines Matching defs:app_cb

1348 app_cb = ( qcamera_data_argm_t * ) user_data;
1350 if ( ( NULL != app_cb ) && ( NULL != postProc ) ) {
1353 app_cb->release_data.unlinkFile &&
1356 String8 unlinkPath((const char *) app_cb->release_data.data->data,
1357 app_cb->release_data.data->size);
1364 if (app_cb && NULL != app_cb->release_data.data) {
1365 app_cb->release_data.data->release(app_cb->release_data.data);
1366 app_cb->release_data.data = NULL;
1368 if (app_cb && NULL != app_cb->release_data.frame) {
1369 postProc->releaseSuperBuf(app_cb->release_data.frame);
1370 free(app_cb->release_data.frame);
1371 app_cb->release_data.frame = NULL;
1373 if (app_cb && NULL != app_cb->release_data.streamBufs) {
1374 app_cb->release_data.streamBufs->deallocate();
1375 delete app_cb->release_data.streamBufs;
1376 app_cb->release_data.streamBufs = NULL;
1378 free(app_cb);