Searched refs:bResult (Results 1 – 3 of 3) sorted by relevance
79 u32 bResult; in efuse_mtp_write() local87 bResult = EFUSE_LMAP_WRITE(USER_SECTION << 3, len, data); in efuse_mtp_write()88 if(!bResult){ in efuse_mtp_write()111 u32 bResult; in efuse_otp_read() local116 bResult = EFUSE_PMAP_READ8(0, 0x130 + index , content + index, L25EOUTVOLTAGE); in efuse_otp_read()117 if(!bResult){ in efuse_otp_read()141 u32 bResult; in efuse_otp_write() local148 bResult = EFUSE_PMAP_WRITE8(0, address + 0x130 +index, buf[index], L25EOUTVOLTAGE); in efuse_otp_write()149 if(!bResult){ in efuse_otp_write()
464 BOOL bResult; in CenterAbout() local477 bResult = SystemParametersInfo( in CenterAbout()482 if (!bResult) { in CenterAbout()
493 void SetOpenResult( bool bResult ) in SetOpenResult() argument497 m_bOpenResult = bResult; in SetOpenResult()
Completed in 10 milliseconds