Searched refs:GetByIndex (Results 1 – 4 of 4) sorted by relevance
338 status_t res = hal_metadata->GetByIndex(&entry, /*entry_index*/ 0); in TEST()348 res = hal_metadata->GetByIndex(&entry, /*entry_index*/ 0); in TEST()354 res = hal_metadata->GetByIndex(&entry, /*entry_index*/ 1); in TEST()
99 status_t GetByIndex(camera_metadata_ro_entry* entry, size_t entry_index) const;
310 if (new_session->GetByIndex(&new_entry, entry_index) != OK) { in IsSessionParameterCompatible()
365 status_t HalCameraMetadata::GetByIndex(camera_metadata_ro_entry* entry, in GetByIndex() function in android::google_camera_hal::HalCameraMetadata