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()
1819 if ((remoteCb != 0) && (!skipClientNotification)) { in notifyError()1820 remoteCb->onDeviceError(errorCode, resultExtras); in notifyError()1827 if (remoteCb != 0) { in notifyRepeatingRequestError()1841 if (remoteCb != 0) { in notifyIdle()1842 remoteCb->onDeviceIdle(); in notifyIdle()1851 if (remoteCb != 0) { in notifyShutter()1864 if (remoteCb != 0) { in notifyPrepared()1865 remoteCb->onPrepared(streamId); in notifyPrepared()1872 if (remoteCb != 0) { in notifyRequestQueueEmpty()1873 remoteCb->onRequestQueueEmpty(); in notifyRequestQueueEmpty()[all …]