Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/vr/performanced/
Ddirectory_reader.h31 bool IsValid() const { return directory_ != nullptr; } in IsValid() function
Dtask.h26 bool IsValid() const { return task_fd_.get() >= 0; } in IsValid() function
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dion_buffer.h27 bool IsValid() const { return buffer_ && buffer_->initCheck() == OK; } in IsValid() function
Dnative_handle_wrapper.h42 bool IsValid() const { return ints_.size() != 0 || fds_.size() != 0; } in IsValid() function
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_parcelable.cpp10 bool BufferHubQueueParcelable<Magic>::IsValid() const { in IsValid() function in android::dvr::BufferHubQueueParcelable
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Depoll_file_descriptor.h23 bool IsValid() const { return fd_.get() >= 0; } in IsValid() function
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_parcelable.cpp23 bool ChannelParcelable::IsValid() const { in IsValid() function in android::pdx::uds::ChannelParcelable
/frameworks/native/libs/vr/libpdx/private/pdx/
Dfile_handle.h106 bool IsValid() const { return fd_ >= 0; } in IsValid() function