Searched refs:remoteCb (Results 1 – 2 of 2) sorted by relevance
190 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = in notifyError() local193 if ((frameNumber >= 0) && (remoteCb.get() != nullptr)) { in notifyError()197 remoteCb->onDeviceError( in notifyError()
1915 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyError() local1924 if ((remoteCb != 0) && (!skipClientNotification)) { in notifyError()1925 remoteCb->onDeviceError(errorCode, resultExtras); in notifyError()1930 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyRepeatingRequestError() local1932 if (remoteCb != 0) { in notifyRepeatingRequestError()1933 remoteCb->onRepeatingRequestError(lastFrameNumber, mStreamingRequestId); in notifyRepeatingRequestError()1942 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyIdle() local1944 if (remoteCb != 0) { in notifyIdle()1945 remoteCb->onDeviceIdle(); in notifyIdle()1953 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyShutter() local[all …]