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

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

Completed in 72 milliseconds