HomeSort by relevance Sort by last modified time
    Searched refs:preferPlatformNodes (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/media/omx/1.0/
IOmxStore.hal 168 bool preferPlatformNodes;
  /frameworks/av/media/libstagefright/
OmxInfoBuilder.cpp 138 role.preferPlatformNodes = inRole.preferPlatformNodes;
229 bool preferPlatformNodes = role.preferPlatformNodes;
230 // If preferPlatformNodes is true, hardware nodes must be added after
257 if (!preferPlatformNodes) {
265 // If preferPlatformNodes is true, this node must be
286 // If preferPlatformNodes is true, hardware nodes will not have been
289 if (preferPlatformNodes) {
  /frameworks/av/media/libstagefright/omx/
OMXStore.cpp 35 bool preferPlatformNodes;
69 // TODO: Currently, preferPlatformNodes information is not available in
72 role.preferPlatformNodes = rolePair.first.compare(0, 5, "audio") == 0;
  /frameworks/av/media/libmedia/include/media/
IOMXStore.h 53 bool preferPlatformNodes;
  /frameworks/av/media/libstagefright/omx/1.0/
OmxStore.cpp 64 // TODO: Currently, preferPlatformNodes information is not available in
67 role.preferPlatformNodes = rolePair.first.compare(0, 5, "audio") == 0;
  /frameworks/av/media/libmedia/
IOMXStore.cpp 138 status = p->writeBool(r.preferPlatformNodes);
158 status = p.readBool(&(r->preferPlatformNodes));

Completed in 325 milliseconds