Searched defs:allowed (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/oemlock/1.0/vts/functional/
H A DVtsHalOemLockV1_0TargetTest.cpp60 * Check the unlock allowed by device state can be queried
63 bool allowed; local
70 allowed = a;
80 * Check unlock allowed by device state can be toggled
83 bool allowed; local
88 allowed = a;
95 const bool originallyAllowed = allowed;
104 ASSERT_EQ(allowed, !originallyAllowed);
113 ASSERT_EQ(allowed, originallyAllowed);
117 * Check the unlock allowed b
120 bool allowed; local
145 bool allowed; local
[all...]
/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DGraphicsComposerCallback.cpp26 void GraphicsComposerCallback::setVsyncAllowed(bool allowed) { argument
28 mVsyncAllowed = allowed;
/hardware/qcom/audio/hal/
H A Daudio_hw.c1742 /* Check if change in HDMI channel config is allowed */
2330 // to check if swap is allowed or not.
4245 const bool allowed = true; local
4248 return !allowed;
4255 return !allowed;
4264 return !allowed;
4271 return !allowed;
4274 return allowed;

Completed in 118 milliseconds