OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onBusy
(Results
1 - 4
of
4
) sorted by null
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateListener.java
171
public void
onBusy
(CameraDevice camera) {
173
if (mProxy != null) mProxy.
onBusy
(camera);
BlockingCameraManager.java
293
public void
onBusy
(CameraDevice camera) {
294
if (mProxy != null) mProxy.
onBusy
(camera);
/frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java
201
* StateListener#
onBusy
busy state}. Once configuration is complete, the device will transition
208
* the busy state and calls the {@link StateListener#
onBusy
} callback. Second, if a repeating
224
* configureOutputs has no effect, and the {@link StateListener#
onBusy
busy}
238
* @see StateListener#
onBusy
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraDevice.java
102
mDeviceListener.
onBusy
(CameraDevice.this);
Completed in 467 milliseconds