Searched refs:INVALID_SET_ID (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h35 static const int INVALID_SET_ID; member in class:android::hardware::camera2::params::OutputConfiguration
58 // getSurfaceSetID will be INVALID_SET_ID
63 // getSurfaceSetID will be INVALID_SET_ID if error occurred
67 int surfaceSetID = INVALID_SET_ID);
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h35 static const int INVALID_SET_ID; member in class:android::hardware::camera2::params::OutputConfiguration
58 // getSurfaceSetID will be INVALID_SET_ID
63 // getSurfaceSetID will be INVALID_SET_ID if error occurred
67 int surfaceSetID = INVALID_SET_ID);
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp32 const int OutputConfiguration::INVALID_SET_ID = -1; member in class:android::OutputConfiguration
69 mSurfaceSetID(INVALID_SET_ID),
79 mSurfaceSetID(INVALID_SET_ID) {
94 int setID = INVALID_SET_ID;

Completed in 72 milliseconds