Searched refs:onConfigure (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl32 oneway void onConfigure(in List<PersistableBundle> options, IBinder token);
H A DTrustAgentService.java195 boolean result = onConfigure(data.options);
352 public boolean onConfigure(List<PersistableBundle> options) { method in class:TrustAgentService
589 public void onConfigure(List<PersistableBundle> args, IBinder token) { method in class:TrustAgentService.TrustAgentServiceWrapper
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h76 virtual void onConfigure(const sp<AMessage> &format) = 0;
H A DNuPlayerDecoderPassThrough.h38 virtual void onConfigure(const sp<AMessage> &format);
H A DNuPlayerDecoder.h49 virtual void onConfigure(const sp<AMessage> &format);
H A DNuPlayerDecoderBase.cpp134 onConfigure(format);
H A DNuPlayerDecoderPassThrough.cpp62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::DecoderPassThrough
63 ALOGV("[%s] onConfigure", mComponentName.c_str());
H A DNuPlayerDecoder.cpp278 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::Decoder
294 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get());
322 err = nativeWindowDisconnect(mSurface.get(), "onConfigure");
339 ALOGV("onConfigure mCrypto: %p (%d) mIsSecure: %d",
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java270 onConfigure(db);
355 public void onConfigure(SQLiteDatabase db) {} method in class:SQLiteOpenHelper
361 * given version is created. This will be followed by {@link #onConfigure(SQLiteDatabase)} and
430 * is created, upgraded, or downgraded, do it in {@link #onConfigure} instead.
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java510 mTrustAgentService.onConfigure(config, mSetTrustAgentFeaturesToken);
513 mTrustAgentService.onConfigure(Collections.EMPTY_LIST, null);

Completed in 3194 milliseconds