Searched refs:remoteCb (Results 1 – 2 of 2) sorted by relevance
208 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = in notifyError() local211 if ((frameNumber >= 0) && (remoteCb.get() != nullptr)) { in notifyError()216 remoteCb->onDeviceError( in notifyError()
2036 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyError() local2050 if ((remoteCb != 0) && (!skipClientNotification)) { in notifyError()2051 remoteCb->onDeviceError(errorCode, resultExtras); in notifyError()2056 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyRepeatingRequestError() local2058 if (remoteCb != 0) { in notifyRepeatingRequestError()2059 remoteCb->onRepeatingRequestError(lastFrameNumber, mStreamingRequestId); in notifyRepeatingRequestError()2071 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyIdle() local2073 if (remoteCb != 0) { in notifyIdle()2074 remoteCb->onDeviceIdle(); in notifyIdle()2100 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = getRemoteCallback(); in notifyShutter() local[all …]