Home
last modified time | relevance | path

Searched refs:CheckFlags (Results 1 – 11 of 11) sorted by relevance

/system/libvintf/include/vintf/
DRuntimeInfo.h83 CheckFlags::Type flags = CheckFlags::DEFAULT) const;
DCheckFlags.h23 namespace CheckFlags {
DHalManifest.h86 CheckFlags::Type flags = CheckFlags::DEFAULT) const;
DVintfObject.h145 CheckFlags::Type flags = CheckFlags::DEFAULT);
/system/libvintf/
DRuntimeInfo.cpp77 CheckFlags::Type flags) const { in checkCompatibility()
Dcheck_vintf.cpp381 CheckFlags::Type flags = CheckFlags::DEFAULT; in checkAllFiles()
DAssembleVintf.cpp783 CheckFlags::Type mCheckFlags = CheckFlags::DEFAULT;
DHalManifest.cpp373 CheckFlags::Type flags) const { in checkCompatibility()
DVintfObject.cpp537 int32_t VintfObject::checkCompatibility(std::string* error, CheckFlags::Type flags) { in checkCompatibility()
/system/bt/btif/src/
Dbtif_av.cc300 bool CheckFlags(uint8_t bitflags_mask) const { in CheckFlags() function in BtifAvPeer
1852 peer_.CheckFlags(BtifAvPeer::kFlagRemoteSuspend) && in ProcessEvent()
1891 if (!peer_.CheckFlags(BtifAvPeer::kFlagPendingStart | in ProcessEvent()
1946 if (peer_.CheckFlags(BtifAvPeer::kFlagPendingStart)) { in ProcessEvent()
1971 if (peer_.CheckFlags(BtifAvPeer::kFlagPendingStart)) { in ProcessEvent()
1993 if (peer_.CheckFlags(BtifAvPeer::kFlagPendingStart)) { in ProcessEvent()
2018 if (peer_.CheckFlags(BtifAvPeer::kFlagRemoteSuspend)) { in ProcessEvent()
2159 if (!peer_.CheckFlags(BtifAvPeer::kFlagLocalSuspendPending)) in ProcessEvent()
3091 if (peer->CheckFlags(BtifAvPeer::kFlagRemoteSuspend | in btif_av_stream_ready()
3108 if (peer->CheckFlags(BtifAvPeer::kFlagLocalSuspendPending | in btif_av_stream_started_ready()
/system/libvintf/test/
DLibVintfTest.cpp897 EXPECT_FALSE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
902 EXPECT_FALSE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
906 EXPECT_TRUE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
910 EXPECT_TRUE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
944 EXPECT_FALSE(ki.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
946 EXPECT_TRUE(ki.checkCompatibility(cm, &error, CheckFlags::DISABLE_AVB_CHECK)) << error; in TEST_F()