Searched defs:bool (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dsys.h69 static bool getline_(fstream &fs, std::string &line); // NOLINT
88 bool Open(const char *lib_name);
89 bool Sym(const char *func_name, void **func_ptr);
91 operator bool() const { return lib_ != NULL; }
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dsys.h69 static bool getline_(fstream &fs, std::string &line); // NOLINT
88 bool Open(const char *lib_name);
89 bool Sym(const char *func_name, void **func_ptr);
91 operator bool() const { return lib_ != NULL; }
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h64 static bool getline_(fstream &fs, std::string &line); // NOLINT
82 bool Open(const char *lib_name);
83 bool Sym(const char *func_name, void **func_ptr);
85 operator bool() const { return lib_ != NULL; }
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dsys.h69 static bool getline_(fstream &fs, std::string &line); // NOLINT
88 bool Open(const char *lib_name);
89 bool Sym(const char *func_name, void **func_ptr);
91 operator bool() const { return lib_ != NULL; }
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h53 bool empty() const { return ( !head || !tail ); }
54 operator bool() const { return !empty(); }
61 bool erase(T);
62 bool eraseall();
63 bool isempty();
158 bool Map<T,T2>::erase(T d)
160 bool found = false;
214 bool Map<T,T2>::eraseall()
231 bool Map<T,T2>::isempty()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h52 bool empty() const {
55 operator bool() const {
64 bool erase(T);
65 bool eraseall();
66 bool isempty();
164 bool Map<T,T2>::erase(T d)
166 bool found = false;
221 bool Map<T,T2>::eraseall()
239 bool Map<T,T2>::isempty()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h51 bool empty() const {
54 operator bool() const {
63 bool erase(T);
64 bool eraseall();
65 bool isempty();
163 bool Map<T,T2>::erase(T d)
165 bool found = false;
220 bool Map<T,T2>::eraseall()
238 bool Map<T,T2>::isempty()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h51 bool empty() const {
54 operator bool() const {
63 bool erase(T);
64 bool eraseall();
65 bool isempty();
163 bool Map<T,T2>::erase(T d)
165 bool found = false;
220 bool Map<T,T2>::eraseall()
238 bool Map<T,T2>::isempty()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h169 typedef /* @abstract@ */ unsigned char bool; typedef
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dcbor.h224 operator bool() const { return error_ == Error::OK; }
232 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out);
H A Dmsg_formatting.h134 bool good_;
157 operator bool() const { return good_; }
377 inline std::tuple<ReadStream, bool> read(ReadStream in, Command cmd) {
385 std::tuple<ReadStream, bool> read(Message<Cmd<cmd>>, ReadStream in) {
406 std::tuple<ReadStream, bool, HEAD, Tail...> read(Message<Cmd<cmd>, HEAD, Tail...>, ReadStream in) {
407 bool command_matches;
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmltypes.h120 typedef int_fast8_t bool; typedef
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmltypes.h120 typedef int_fast8_t bool; typedef
/hardware/google/av/codec2/vndk/include/util/
H A DC2InterfaceUtils.h210 inline constexpr bool isEmpty() const {
219 inline constexpr bool isValid() const {
229 bool contains(T value) const;
275 inline C2_HIDE constexpr bool isSimpleRange() const {
283 inline C2_HIDE constexpr bool isArithmeticSeries() const {
291 inline C2_HIDE constexpr bool isGeometricSeries() const {
300 inline C2_HIDE constexpr bool isMacSeries() const {
390 constexpr bool isEmpty() const {
399 bool contains(T value) const;
520 constexpr bool isEmpt
[all...]
/hardware/google/av/codec2/include/
H A DC2Buffer.h93 bool valid() const;
100 bool ready() const;
120 bool isHW() const;
259 inline constexpr bool isEmpty() const {
263 inline constexpr bool isValid() const {
267 inline constexpr operator bool() const {
271 inline constexpr bool operator!() const {
272 return !bool(*this);
276 inline constexpr bool contains(const C2Segment &other) const {
285 inline constexpr bool operato
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h32 #ifndef bool
33 typedef int bool; typedef

Completed in 454 milliseconds