Searched refs:remoteCb (Results 1 – 2 of 2) sorted by relevance
198 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = in notifyError() local201 if ((frameNumber >= 0) && (remoteCb.get() != nullptr)) { in notifyError()206 remoteCb->onDeviceError( in notifyError()
1803 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyError() local1812 if ((remoteCb != 0) && (!skipClientNotification)) { in notifyError()1813 remoteCb->onDeviceError(errorCode, resultExtras); in notifyError()1818 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyRepeatingRequestError() local1820 if (remoteCb != 0) { in notifyRepeatingRequestError()1821 remoteCb->onRepeatingRequestError(lastFrameNumber, mStreamingRequestId); in notifyRepeatingRequestError()1832 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyIdle() local1834 if (remoteCb != 0) { in notifyIdle()1835 remoteCb->onDeviceIdle(); in notifyIdle()1843 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyShutter() local[all …]