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

  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.cc 161 // BaseState is the base class common to all of the async operations, and
170 struct BaseState {
171 explicit BaseState(const blink::WebCryptoResult& result)
185 // BaseState.
186 ~BaseState() {}
189 struct EncryptState : public BaseState {
195 : BaseState(result),
210 struct GenerateKeyState : public BaseState {
215 : BaseState(result),
234 struct ImportKeyState : public BaseState {
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 173 struct ACodec::BaseState : public AState {
174 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
209 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
232 struct ACodec::UninitializedState : public ACodec::BaseState {
250 struct ACodec::LoadedState : public ACodec::BaseState {
270 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
286 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
300 struct ACodec::ExecutingState : public ACodec::BaseState {
329 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
345 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
    [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 93 struct BaseState;

Completed in 68 milliseconds