Searched refs:trebleFlag (Results 1 – 4 of 4) sorted by relevance
44 status_t OMXClient::connect(bool* trebleFlag) { in connect() argument46 if (trebleFlag != nullptr) { in connect()47 *trebleFlag = true; in connect()51 if (trebleFlag != nullptr) { in connect()52 *trebleFlag = false; in connect()
6338 bool trebleFlag; in onAllocateComponent() local6339 if (client.connect(&trebleFlag) != OK) { in onAllocateComponent()6343 mCodec->setTrebleFlag(trebleFlag); in onAllocateComponent()8427 void ACodec::setTrebleFlag(bool trebleFlag) { in setTrebleFlag() argument8428 mTrebleFlag = trebleFlag; in setTrebleFlag()
30 status_t connect(bool* trebleFlag);
108 void setTrebleFlag(bool trebleFlag);