Lines Matching refs:hardware
37 import android.hardware.Camera.CameraInfo;
38 import android.hardware.Camera.Parameters;
39 import android.hardware.Camera.PictureCallback;
40 import android.hardware.Camera.Size;
194 // The video file that the hardware camera is about to record into
1055 // camera hardware. In this case we will show a dialog and then
1204 // See android.hardware.Camera.Parameters.setRotation for
1251 // See android.hardware.Camera.Parameters.setRotation for
1382 sendBroadcast(new Intent(android.hardware.Camera.ACTION_NEW_VIDEO,
2225 implements android.hardware.Camera.OnZoomChangeListener {
2227 public void onZoomChange(int value, boolean stopped, android.hardware.Camera camera) {
2320 public void onPictureTaken(byte [] jpegData, android.hardware.Camera camera) {