Home
last modified time | relevance | path

Searched refs:ALLOCATED (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/sfplugin/
DCCodec.h123 ALLOCATED, enumerator
DCCodec.cpp629 state->set(ALLOCATED); in allocate()
653 return (state->get() != ALLOCATED) ? UNKNOWN_ERROR : OK; in initiateConfigureComponent()
668 if (state->get() != ALLOCATED) { in configure()
927 if (state->get() != ALLOCATED) { in initiateCreateInputSurface()
1075 if (state->get() != ALLOCATED) { in initiateStart()
1156 if (state->get() == ALLOCATED in initiateStop()
1207 state->set(ALLOCATED); in stop()