Home
last modified time | relevance | path

Searched refs:remoteCb (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCompositeStream.cpp198 sp<hardware::camera2::ICameraDeviceCallbacks> remoteCb = in notifyError() local
201 if ((frameNumber >= 0) && (remoteCb.get() != nullptr)) { in notifyError()
206 remoteCb->onDeviceError( in notifyError()
H A DCameraDeviceClient.cpp1819 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 …]