Searched refs:halResult (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/broadcastradio/1.0/vts/functional/
H A DVtsHalBroadcastradioV1_0TargetTest.cpp299 Result halResult = Result::NOT_INITIALIZED;
301 halResult = result;
308 EXPECT_EQ(Result::OK, halResult);
315 if (hidlReturn.isOk() && halResult == Result::OK) {
328 Result halResult = Result::NOT_INITIALIZED; local
330 halResult = result;
337 EXPECT_EQ(Result::OK, halResult);
351 Result halResult = Result::NOT_INITIALIZED; local
354 halResult = result;
360 return ((halResult
429 Result halResult = Result::NOT_INITIALIZED; local
469 Result halResult; local
619 Result halResult = Result::NOT_INITIALIZED; local
659 Result halResult; local
[all...]
/hardware/interfaces/audio/effect/2.0/default/
H A DEffect.cpp300 uint32_t halResult[alignedSizeIn<uint32_t>(sizeof(uint32_t) + configSize)]; local
301 memset(halResult, 0, sizeof(halResult));
306 &halResultSize, halResult,
308 [&]{ onSuccess(&halResult[1]); });
344 uint8_t halResult[halResultSize]; local
345 memset(&halResult[0], 0, halResultSize);
349 &halResultSize, &halResult[0],
352 uint32_t *halResult32 = reinterpret_cast<uint32_t*>(&halResult[0]);
543 uint32_t halResult[volume local
614 uint32_t halResult[alignedSizeIn<uint32_t>(sizeof(uint32_t) + sizeof(channel_config_t))]; local
[all...]
/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp194 Result halResult = Result::NOT_INITIALIZED; local
196 halResult = result;
204 EXPECT_EQ(Result::OK, halResult);
210 Result halResult = Result::NOT_INITIALIZED; local
212 halResult = result;
215 EXPECT_EQ(Result::OK, halResult);

Completed in 92 milliseconds