Searched defs:ACameraIdList (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/camera/ndk/
H A DNdkCameraManager.h76 typedef struct ACameraIdList { struct
79 } ACameraIdList; typedef in typeref:struct:ACameraIdList
89 * <p>ACameraManager_getCameraIdList will allocate and return an {@link ACameraIdList}.
93 * @param cameraIdList the output {@link ACameraIdList} will be filled in here if the method call
103 /*out*/ACameraIdList** cameraIdList);
108 * @param cameraIdList the {@link ACameraIdList} to be deleted.
110 void ACameraManager_deleteCameraIdList(ACameraIdList* cameraIdList);

Completed in 944 milliseconds