/hardware/interfaces/tv/tuner/config/ |
D | TunerTestingConfigReaderV1_1.h | 63 vector<FrontendStatusExt1_1> statuses; in readFrontendConfig1_1() local 66 statuses.push_back(status); in readFrontendConfig1_1() 68 statuses.push_back(status); in readFrontendConfig1_1() 101 frontendMap[id].expectTuneStatuses = statuses; in readFrontendConfig1_1()
|
D | TunerTestingConfigReaderV1_0.h | 224 vector<FrontendStatus> statuses; in readFrontendConfig1_0() local 225 statuses.push_back(status); in readFrontendConfig1_0() 282 frontendMap[id].expectTuneStatuses = statuses; in readFrontendConfig1_0()
|
D | TunerTestingConfigAidlReaderV1_0.h | 274 vector<FrontendStatus> statuses; in readFrontendConfig1_0() local 280 statuses.push_back(status); in readFrontendConfig1_0() 359 frontendMap[id].expectTuneStatuses = statuses; in readFrontendConfig1_0()
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFrontend.hal | 98 * Get the v1_1 extended statuses of the frontend. 100 * This retrieve the extended statuses of the frontend for given extended status types. 108 * @return statuses an array of extended statuses the caller requests for. 111 generates (Result result, vec<FrontendStatusExt1_1> statuses);
|
/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
D | VtsHalTvTunerV1_1TestConfigurations.h | 87 vector<FrontendStatusExt1_1> statuses; in initFrontendConfig() local 90 statuses.push_back(status); in initFrontendConfig() 92 statuses.push_back(status); in initFrontendConfig() 94 frontendMap[defaultFeId].expectTuneStatuses = statuses; in initFrontendConfig()
|
D | FrontendTests.cpp | 349 statusTypes, [&](Result result, const hidl_vec<FrontendStatusExt1_1>& statuses) { in verifyFrontendStatusExt1_1() argument 351 realStatuses = statuses; in verifyFrontendStatusExt1_1()
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Frontend.cpp | 129 vector<FrontendStatus> statuses; in getStatus() local 243 statuses.push_back(status); in getStatus() 245 _hidl_cb(Result::SUCCESS, statuses); in getStatus()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontend.hal | 119 * Gets the statuses of the frontend. 121 * This retrieve the statuses of the frontend for given status types. 129 * @return statuses an array of statuses which response the caller's 133 generates (Result result, vec<FrontendStatus> statuses);
|
/hardware/interfaces/tv/tuner/1.1/default/ |
D | Frontend.cpp | 245 vector<FrontendStatus> statuses; in getStatus() local 389 statuses.push_back(status); in getStatus() 391 _hidl_cb(Result::SUCCESS, statuses); in getStatus() 400 vector<V1_1::FrontendStatusExt1_1> statuses; in getStatusExt1_1() local 656 statuses.push_back(status); in getStatusExt1_1() 658 _hidl_cb(Result::SUCCESS, statuses); in getStatusExt1_1()
|
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | VtsHalTvTunerV1_0TestConfigurations.h | 83 vector<FrontendStatus> statuses; in initFrontendConfig() local 84 statuses.push_back(status); in initFrontendConfig() 86 frontendMap[defaultFeId].expectTuneStatuses = statuses; in initFrontendConfig()
|
D | FrontendTests.cpp | 256 mFrontend->getStatus(statusTypes, [&](Result result, const hidl_vec<FrontendStatus>& statuses) { in verifyFrontendStatus() argument 258 realStatuses = statuses; in verifyFrontendStatus()
|
/hardware/interfaces/tv/tuner/aidl/vts/functional/ |
D | VtsHalTvTunerTestConfigurations.h | 601 vector<FrontendStatus> statuses; in initFrontendConfig() local 604 statuses.push_back(status); in initFrontendConfig() 606 statuses.push_back(status); in initFrontendConfig() 609 frontendMap[defaultFeId].expectTuneStatuses = statuses; in initFrontendConfig()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_subpass_merge_feedback/ |
D | renderpass.adoc | 115 statuses are set to this value.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 98 * statuses must be STATUS_ERROR, and the result metadata must be an
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 1359 To copy query statuses and numerical results directly to buffer memory,
|