Searched refs:xName (Results 1 – 2 of 2) sorted by relevance
768 String8 xName(name, x-name); in parseScreenSize() local776 uint16_t w = (uint16_t)atoi(xName.c_str()); in parseScreenSize()805 String8 xName(name, x-name); in parseSmallestScreenWidthDp() local808 out->smallestScreenWidthDp = (uint16_t)atoi(xName.c_str()); in parseSmallestScreenWidthDp()827 String8 xName(name, x-name); in parseScreenWidthDp() local830 out->screenWidthDp = (uint16_t)atoi(xName.c_str()); in parseScreenWidthDp()849 String8 xName(name, x-name); in parseScreenHeightDp() local852 out->screenHeightDp = (uint16_t)atoi(xName.c_str()); in parseScreenHeightDp()
541 std::string xName(name, x - name); in parseScreenSize() local549 uint16_t w = (uint16_t)atoi(xName.c_str()); in parseScreenSize()578 std::string xName(name, x - name); in parseSmallestScreenWidthDp() local581 out->smallestScreenWidthDp = (uint16_t)atoi(xName.c_str()); in parseSmallestScreenWidthDp()600 std::string xName(name, x - name); in parseScreenWidthDp() local603 out->screenWidthDp = (uint16_t)atoi(xName.c_str()); in parseScreenWidthDp()622 std::string xName(name, x - name); in parseScreenHeightDp() local625 out->screenHeightDp = (uint16_t)atoi(xName.c_str()); in parseScreenHeightDp()