Home
last modified time | relevance | path

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

/frameworks/native/services/vr/bufferhubd/
Ddetached_buffer_channel.h24 bool IsValid() const { in IsValid() function
/frameworks/native/services/vr/performanced/
Ddirectory_reader.h30 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() == NO_ERROR; } in IsValid() function
Ddetached_buffer.h40 bool IsValid() const { return buffer_.IsValid(); } 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/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DAutoCompleteTextViewBindingAdapter.java75 public interface IsValid { interface in AutoCompleteTextViewBindingAdapter
/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
/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub_client.cpp30 bool BufferHubClient::IsValid() const { in IsValid() function in android::dvr::BufferHubClient