Home
last modified time | relevance | path

Searched refs:mMsgLock (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFilterTests.cpp28 android::Mutex::Autolock autoLock(mMsgLock); in onFilterEvent()
56 android::Mutex::Autolock autoLock(mMsgLock); in testFilterDataOutput()
58 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testFilterDataOutput()
68 android::Mutex::Autolock autoLock(mMsgLock); in testFilterScramblingEvent()
70 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testFilterScramblingEvent()
80 android::Mutex::Autolock autoLock(mMsgLock); in testFilterIpCidEvent()
82 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testFilterIpCidEvent()
92 android::Mutex::Autolock autoLock(mMsgLock); in testStartIdAfterReconfigure()
94 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testStartIdAfterReconfigure()
DDvrTests.cpp122 android::Mutex::Autolock autoLock(mMsgLock); in testRecordOutput()
124 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testRecordOutput()
179 android::Mutex::Autolock autoLock(mMsgLock); in readRecordFMQ()
DFrontendTests.cpp22 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
40 android::Mutex::Autolock autoLock(mMsgLock); in onScanMessage()
42 mMsgCondition.wait(mMsgLock); in onScanMessage()
112 android::Mutex::Autolock autoLock(mMsgLock); in tuneTestOnLock()
114 if (-ETIMEDOUT == mLockMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in tuneTestOnLock()
140 android::Mutex::Autolock autoLock(mMsgLock); in scanTest()
143 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in scanTest()
DLnbTests.h46 android::Mutex mMsgLock; variable
DLnbTests.cpp22 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
DFrontendTests.h70 android::Mutex mMsgLock; variable
DFilterTests.h101 android::Mutex mMsgLock; variable
DDvrTests.h119 android::Mutex mMsgLock; variable
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFilterTests.cpp20 android::Mutex::Autolock autoLock(mMsgLock); in testFilterDataOutput()
22 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testFilterDataOutput()
32 android::Mutex::Autolock autoLock(mMsgLock); in testFilterScramblingEvent()
34 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testFilterScramblingEvent()
44 android::Mutex::Autolock autoLock(mMsgLock); in testFilterIpCidEvent()
46 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testFilterIpCidEvent()
56 android::Mutex::Autolock autoLock(mMsgLock); in testStartIdAfterReconfigure()
58 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testStartIdAfterReconfigure()
DFrontendTests.cpp20 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
37 android::Mutex::Autolock autoLock(mMsgLock); in onScanMessage()
39 mMsgCondition.wait(mMsgLock); in onScanMessage()
52 android::Mutex::Autolock autoLock(mMsgLock); in onScanMessageExt1_1()
113 android::Mutex::Autolock autoLock(mMsgLock); in tuneTestOnLock()
115 if (-ETIMEDOUT == mLockMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in tuneTestOnLock()
148 android::Mutex::Autolock autoLock(mMsgLock); in scanTest()
151 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in scanTest()
DFilterTests.h88 android::Mutex::Autolock autoLock(mMsgLock); in onFilterEvent_1_1()
100 android::Mutex::Autolock autoLock(mMsgLock); in onFilterEvent()
136 android::Mutex mMsgLock; variable
DDvrTests.cpp122 android::Mutex::Autolock autoLock(mMsgLock); in testRecordOutput()
124 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testRecordOutput()
191 android::Mutex::Autolock autoLock(mMsgLock); in readRecordFMQ()
DFrontendTests.h98 android::Mutex mMsgLock; variable
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.cpp20 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
37 android::Mutex::Autolock autoLock(mMsgLock); in onScanMessage()
39 mMsgCondition.wait(mMsgLock); in onScanMessage()
54 android::Mutex::Autolock autoLock(mMsgLock); in tuneTestOnEventReceive()
56 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in tuneTestOnEventReceive()
69 android::Mutex::Autolock autoLock(mMsgLock); in tuneTestOnLock()
71 if (-ETIMEDOUT == mLockMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in tuneTestOnLock()
97 android::Mutex::Autolock autoLock(mMsgLock); in scanTest()
100 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in scanTest()
DDvrTests.cpp123 android::Mutex::Autolock autoLock(mMsgLock); in testRecordOutput()
125 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testRecordOutput()
192 android::Mutex::Autolock autoLock(mMsgLock); in readRecordFMQ()
DFilterTests.h77 android::Mutex::Autolock autoLock(mMsgLock); in onFilterEvent()
123 android::Mutex mMsgLock; variable
DLnbTests.h57 android::Mutex mMsgLock; variable
DFilterTests.cpp30 android::Mutex::Autolock autoLock(mMsgLock); in testFilterDataOutput()
32 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testFilterDataOutput()
DLnbTests.cpp20 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
DFrontendTests.h95 android::Mutex mMsgLock; variable
DDvrTests.h130 android::Mutex mMsgLock; variable
/hardware/interfaces/cas/1.2/vts/functional/
DVtsHalCasV1_2TargetTest.cpp178 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
190 android::Mutex::Autolock autoLock(mMsgLock); in onSessionEvent()
202 android::Mutex::Autolock autoLock(mMsgLock); in onStatusUpdate()
227 android::Mutex mMsgLock; member in __anon6868feb00111::MediaCasListener
238 android::Mutex::Autolock autoLock(mMsgLock); in testEventEcho()
240 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testEventEcho()
259 android::Mutex::Autolock autoLock(mMsgLock); in testSessionEventEcho()
261 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testSessionEventEcho()
286 android::Mutex::Autolock autoLock(mMsgLock); in testStatusUpdate()
288 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testStatusUpdate()
/hardware/interfaces/cas/aidl/vts/functional/
DVtsHalCasAidlTargetTest.cpp148 Mutex::Autolock autoLock(mMsgLock); in onEvent()
160 Mutex::Autolock autoLock(mMsgLock); in onSessionEvent()
172 Mutex::Autolock autoLock(mMsgLock); in onStatusUpdate()
197 Mutex mMsgLock; member in MediaCasListener
207 Mutex::Autolock autoLock(mMsgLock); in testEventEcho()
209 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testEventEcho()
226 Mutex::Autolock autoLock(mMsgLock); in testSessionEventEcho()
228 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testSessionEventEcho()
245 Mutex::Autolock autoLock(mMsgLock); in testStatusUpdate()
247 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testStatusUpdate()
/hardware/interfaces/cas/1.1/vts/functional/
DVtsHalCasV1_1TargetTest.cpp175 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
187 android::Mutex::Autolock autoLock(mMsgLock); in onSessionEvent()
210 android::Mutex mMsgLock; member in __anonbfd8ef8e0111::MediaCasListener
221 android::Mutex::Autolock autoLock(mMsgLock); in testEventEcho()
223 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testEventEcho()
242 android::Mutex::Autolock autoLock(mMsgLock); in testSessionEventEcho()
244 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testSessionEventEcho()
/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp171 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
189 android::Mutex mMsgLock; member in __anon1748e06c0111::MediaCasListener
200 android::Mutex::Autolock autoLock(mMsgLock); in testEventEcho()
202 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testEventEcho()

12