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

  /external/autotest/client/site_tests/network_3GDormancyDance/
network_3GDormancyDance.py 19 ENABLING = 0
42 print 'Enabling...'
43 self.state = State.ENABLING
104 if self.state != State.ENABLING:
105 raise error.TestFail('Enabled while not in state Enabling')
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 57 ENABLING,
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 500 port->mTransition = PortInfo::ENABLING;
525 // when it tries to re-enable the port, the port will be stuck in ENABLING.
631 } else if (port->mTransition == PortInfo::ENABLING) {

Completed in 68 milliseconds