Lines Matching refs:ACaptureRequest
51 ACaptureRequest* req, const ACameraOutputTarget* target) { in ACaptureRequest_addTarget()
72 ACaptureRequest* req, const ACameraOutputTarget* target) { in ACaptureRequest_removeTarget()
90 const ACaptureRequest* req, uint32_t tag, ACameraMetadata_const_entry* entry) { in ACaptureRequest_getConstEntry()
102 const ACaptureRequest* req, const char* physicalId, in ACaptureRequest_getConstEntry_physicalCamera()
123 const ACaptureRequest* req, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) { in ACaptureRequest_getAllTags()
136 ACaptureRequest* req, uint32_t tag, uint32_t count, const NDK_TYPE* data) { \
158 ACaptureRequest* req, const char* physicalId, uint32_t tag, \ in SET_ENTRY()
184 void ACaptureRequest_free(ACaptureRequest* request) {
198 ACaptureRequest* request, void* context) { in ACaptureRequest_setUserContext()
208 const ACaptureRequest* request, /*out*/void** context) { in ACaptureRequest_getUserContext()
218 ACaptureRequest* ACaptureRequest_copy(const ACaptureRequest* src) { in ACaptureRequest_copy()
225 ACaptureRequest* pRequest = new ACaptureRequest(); in ACaptureRequest_copy()