Searched refs:SResToHRESULT (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.cpp68 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props));
91 return SResToHRESULT(res);
H A DLzmaEncoder.cpp121 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props));
146 return SResToHRESULT(res);
H A DLzma2Decoder.cpp11 static HRESULT SResToHRESULT(SRes res) function
47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc)));
178 RINOK(SResToHRESULT(res));
H A DLzmaDecoder.cpp11 static HRESULT SResToHRESULT(SRes res) function
65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc)));
205 RINOK(SResToHRESULT(res));
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h42 HRESULT SResToHRESULT(SRes res);
H A DCWrappers.cpp84 HRESULT SResToHRESULT(SRes res) function
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp382 RINOK(SResToHRESULT(res));
573 return SResToHRESULT(res);
597 return SResToHRESULT(res);
672 return SResToHRESULT(res);

Completed in 186 milliseconds