Searched refs:outputFormat (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A Dmain.cpp1292 OutputHandler *outputFormat = nullptr;
1318 CHECK(outputFormat == nullptr) << "Only one -L option allowed.";
1321 outputFormat = &e;
1325 CHECK(outputFormat != nullptr) << "Output format not recognized.";
1340 if (outputFormat == nullptr) {
1369 switch (outputFormat->mOutputMode) {
1378 if (outputFormat->mOutputMode == OutputHandler::NEEDS_DIR) {
1404 outputFormat->validate(fqName, outputFormat->mKey);
1413 outputFormat
[all...]
/system/core/liblog/
H A Dfake_log_device.c80 LogFormat outputFormat; member in struct:LogState
309 logState->outputFormat = format;
400 switch (state->outputFormat) {

Completed in 250 milliseconds