Searched defs:IsValid (Results 1 - 25 of 27) sorted by last modified time

12

/system/tpm/attestation/server/
H A Dpkcs11_key_store.cc73 if (IsValid() && (C_CloseSession(handle_) != CKR_OK)) {
81 bool IsValid() const { return (handle_ != CK_INVALID_HANDLE); } function in class:attestation::ScopedSession
103 if (!session.IsValid()) {
143 if (!session.IsValid()) {
180 if (!session.IsValid()) {
202 if (!session.IsValid()) {
235 if (!session.IsValid()) {
370 if (!session.IsValid()) {
/system/tools/aidl/
H A Daidl_language.h166 bool IsValid() const { return is_valid_; } function in class:AidlIntConstant
185 bool IsValid() const { return is_valid_; } function in class:AidlStringConstant
/system/core/libziparchive/
H A Dzip_archive.cc844 bool IsValid() const { return fd_ != -1; } function in class:FileWriter
1086 if (!writer.IsValid()) {
/system/connectivity/wificond/net/
H A Dnl80211_attribute.cpp55 bool BaseNL80211Attr::IsValid() const { function in class:android::wificond::BaseNL80211Attr
95 if (!other_attr.IsValid()) {
220 if (!attribute->IsValid()) {
240 if (!nested_attr_list.back().IsValid()) {
H A Dnl80211_packet.cpp61 bool NL80211Packet::IsValid() const { function in class:android::wificond::NL80211Packet
214 if (!attribute->IsValid()) {
/system/core/adb/
H A Dfile_sync_client.cpp219 if (!IsValid()) return;
235 bool IsValid() { return fd >= 0; } function in class:SyncConnection
796 if (!sc.IsValid()) return false;
932 if (!sc.IsValid()) return false;
1151 if (!sc.IsValid()) return false;
1260 if (!sc.IsValid()) return false;
/system/core/include/backtrace/
H A DBacktraceMap.h126 if (IsValid(map)) {
146 static inline bool IsValid(const backtrace_map_t& map) { function in class:BacktraceMap
/system/core/libbacktrace/include/backtrace/
H A DBacktraceMap.h126 if (IsValid(map)) {
146 static inline bool IsValid(const backtrace_map_t& map) { function in class:BacktraceMap
/system/bt/stack/include/
H A Dadvertise_data_parser.h75 static bool IsValid(const std::vector<uint8_t>& ad) { function in class:AdvertiseDataParser
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dbt_address.cc26 bool BtAddress::IsValid(const std::string& addr) { function in class:test_vendor_lib::BtAddress
43 if (!IsValid(str)) return false;
/system/bt/packet/avrcp/
H A Davrcp_browse_packet.cc67 bool BrowsePacket::IsValid() const { function in class:bluetooth::avrcp::BrowsePacket
H A Davrcp_packet.cc94 bool Packet::IsValid() const { return size() >= kMinSize(); } function in class:bluetooth::avrcp::Packet
H A Dcapabilities_packet.cc53 bool GetCapabilitiesRequest::IsValid() const { function in class:bluetooth::avrcp::GetCapabilitiesRequest
54 if (!VendorPacket::IsValid()) return false;
H A Dchange_path.cc68 bool ChangePathRequest::IsValid() const { function in class:bluetooth::avrcp::ChangePathRequest
69 if (!BrowsePacket::IsValid()) return false;
H A Dget_element_attributes_packet.cc49 bool GetElementAttributesRequest::IsValid() const { function in class:bluetooth::avrcp::GetElementAttributesRequest
50 if (!VendorPacket::IsValid()) return false;
H A Dget_folder_items.cc272 bool GetFolderItemsRequest::IsValid() const { function in class:bluetooth::avrcp::GetFolderItemsRequest
273 if (!BrowsePacket::IsValid()) return false;
H A Dget_item_attributes.cc120 bool GetItemAttributesRequest::IsValid() const { function in class:bluetooth::avrcp::GetItemAttributesRequest
121 if (!BrowsePacket::IsValid()) return false;
H A Dget_total_number_of_items.cc62 bool GetTotalNumberOfItemsRequest::IsValid() const { function in class:bluetooth::avrcp::GetTotalNumberOfItemsRequest
63 if (!BrowsePacket::IsValid()) return false;
H A Dpass_through_packet.cc58 bool PassThroughPacket::IsValid() const { return size() == kMinSize(); } function in class:bluetooth::avrcp::PassThroughPacket
H A Dplay_item.cc64 bool PlayItemRequest::IsValid() const { function in class:bluetooth::avrcp::PlayItemRequest
65 if (!VendorPacket::IsValid()) return false;
H A Dregister_notification_packet.cc39 bool RegisterNotificationResponse::IsValid() const { function in class:bluetooth::avrcp::RegisterNotificationResponse
40 if (!VendorPacket::IsValid()) return false;
240 bool RegisterNotificationRequest::IsValid() const { function in class:bluetooth::avrcp::RegisterNotificationRequest
H A Dset_absolute_volume.cc52 bool SetAbsoluteVolumeResponse::IsValid() const { function in class:bluetooth::avrcp::SetAbsoluteVolumeResponse
53 if (!VendorPacket::IsValid()) return false;
H A Dset_addressed_player.cc54 bool SetAddressedPlayerRequest::IsValid() const { function in class:bluetooth::avrcp::SetAddressedPlayerRequest
55 if (!VendorPacket::IsValid()) return false;
H A Dset_browsed_player.cc86 bool SetBrowsedPlayerRequest::IsValid() const { function in class:bluetooth::avrcp::SetBrowsedPlayerRequest
87 if (!BrowsePacket::IsValid()) return false;
H A Dvendor_packet.cc102 bool VendorPacket::IsValid() const { function in class:bluetooth::avrcp::VendorPacket

Completed in 230 milliseconds

12