Searched refs:android_hal_table (Results 1 – 1 of 1) sorted by relevance
32 const static std::unordered_map<uint32_t, uint32_t> android_hal_table = { variable89 const static std::unordered_map<uint32_t, uint32_t> android_hal_table; variable93 auto entry = android_hal_table.find(android_hal_format); in get_format_from_android_hal()94 if (entry == android_hal_table.end()) in get_format_from_android_hal()