OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItsException
(Results
1 - 4
of
4
) sorted by null
/pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsException.java
22
class
ItsException
extends Exception {
23
public
ItsException
(Throwable cause) {
27
public
ItsException
(String message, Throwable cause) {
31
public
ItsException
(String message) {
ItsUtils.java
51
throws
ItsException
{
78
throw new
ItsException
("JSON error: ", e);
83
throws
ItsException
{
90
throw new
ItsException
("JSON error: ", e);
95
throws
ItsException
{
100
throws
ItsException
{
105
throws
ItsException
{
110
throws
ItsException
{
114
throw new
ItsException
("Failed to get stream config");
120
throws
ItsException
{
[
all
...]
ItsService.java
199
throw new
ItsException
("Failed to connect to camera manager");
240
} catch (
ItsException
e) {
283
public void openCameraDevice(int cameraId) throws
ItsException
{
290
throw new
ItsException
("No camera devices");
293
throw new
ItsException
("Failed to get device ID list", e);
302
throw new
ItsException
("Failed to open camera", e);
304
throw new
ItsException
("Failed to open camera (after blocking)", e);
309
public void closeCameraDevice() throws
ItsException
{
317
throw new
ItsException
("Failed to close device");
337
throw new
ItsException
("Multiple tags for socket response")
[
all
...]
ItsSerializer.java
257
private static String getKeyName(Object keyObj) throws
ItsException
{
266
throw new
ItsException
("Invalid key object");
269
private static Object getKeyValue(CameraMetadata md, Object keyObj) throws
ItsException
{
277
throw new
ItsException
("Invalid key object");
282
throws
ItsException
{
344
throw new
ItsException
("JSON error for key: " + keyName + ": ", e);
350
throws
ItsException
{
445
throw new
ItsException
("JSON error for key: " + keyName + ": ", e);
451
throws
ItsException
{
494
throw new
ItsException
(
[
all
...]
Completed in 230 milliseconds