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.h90 CheckFlags::Type flags = CheckFlags::DEFAULT) const;
DVintfObject.h146 CheckFlags::Type flags = CheckFlags::DEFAULT);
/system/libvintf/
DRuntimeInfo.cpp80 CheckFlags::Type flags) const { in checkCompatibility()
Dcheck_vintf.cpp430 CheckFlags::Type flags = CheckFlags::DEFAULT; in checkAllFiles()
DAssembleVintf.cpp766 CheckFlags::Type mCheckFlags = CheckFlags::DEFAULT;
DHalManifest.cpp383 CheckFlags::Type flags) const { in checkCompatibility()
DVintfObject.cpp585 int32_t VintfObject::checkCompatibility(std::string* error, CheckFlags::Type flags) { in checkCompatibility()
/system/bt/btif/src/
Dbtif_av.cc304 bool CheckFlags(uint8_t bitflags_mask) const { in CheckFlags() function in BtifAvPeer
1859 peer_.CheckFlags(BtifAvPeer::kFlagRemoteSuspend) && in ProcessEvent()
1898 if (!peer_.CheckFlags(BtifAvPeer::kFlagPendingStart | in ProcessEvent()
1953 if (peer_.CheckFlags(BtifAvPeer::kFlagPendingStart)) { in ProcessEvent()
1978 if (peer_.CheckFlags(BtifAvPeer::kFlagPendingStart)) { in ProcessEvent()
2000 if (peer_.CheckFlags(BtifAvPeer::kFlagPendingStart)) { in ProcessEvent()
2025 if (peer_.CheckFlags(BtifAvPeer::kFlagRemoteSuspend)) { in ProcessEvent()
2166 if (!peer_.CheckFlags(BtifAvPeer::kFlagLocalSuspendPending)) in ProcessEvent()
3133 if (peer->CheckFlags(BtifAvPeer::kFlagRemoteSuspend | in btif_av_stream_ready()
3150 if (peer->CheckFlags(BtifAvPeer::kFlagLocalSuspendPending | in btif_av_stream_started_ready()
/system/libvintf/test/
DLibVintfTest.cpp904 EXPECT_FALSE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
909 EXPECT_FALSE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
913 EXPECT_TRUE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
917 EXPECT_TRUE(badAvb.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
951 EXPECT_FALSE(ki.checkCompatibility(cm, &error, CheckFlags::ENABLE_ALL_CHECKS)); in TEST_F()
953 EXPECT_TRUE(ki.checkCompatibility(cm, &error, CheckFlags::DISABLE_AVB_CHECK)) << error; in TEST_F()