Searched defs:hs (Results 1 - 2 of 2) sorted by relevance

/system/libhidl/base/include/hidl/
H A DHidlSupport.h180 inline bool operator OP(const hidl_string& hs, const char* s) { \
181 return strcmp(hs.c_str(), s) OP 0; /* NOLINT */ \
183 inline bool operator OP(const char* s, const hidl_string& hs) { \
184 return strcmp(s, hs.c_str()) OP 0; /* NOLINT */ \
946 inline std::string toString(const hidl_string &hs) { argument
947 return std::string{"\""} + hs.c_str() + "\"";
951 inline std::string toString(const hidl_handle &hs) { argument
952 return toString(hs.getNativeHandle());
/system/core/toolbox/
H A Dnewfs_msdos.c853 off_t ms, hs = 0; local
909 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
922 bpb->hid = hs;

Completed in 667 milliseconds