Searched refs:onConfigure (Results 1 - 21 of 21) 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
614 public void onConfigure(List<PersistableBundle> args, IBinder token) { method in class:TrustAgentService.TrustAgentServiceWrapper
/frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
H A DFrameworkSQLiteOpenHelper.java137 public void onConfigure(SQLiteDatabase db) { method in class:FrameworkSQLiteOpenHelper.OpenHelper
138 mCallback.onConfigure(getWrappedDb(db));
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderBase.h76 virtual void onConfigure(const sp<AMessage> &format) = 0;
H A DNuPlayer2DecoderPassThrough.h38 virtual void onConfigure(const sp<AMessage> &format);
H A DNuPlayer2Decoder.h52 virtual void onConfigure(const sp<AMessage> &format);
H A DNuPlayer2DecoderBase.cpp136 onConfigure(format);
H A DNuPlayer2DecoderPassThrough.cpp61 void NuPlayer2::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer2::DecoderPassThrough
62 ALOGV("[%s] onConfigure", mComponentName.c_str());
H A DNuPlayer2Decoder.cpp287 void NuPlayer2::Decoder::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer2::Decoder
288 ALOGV("[%s] onConfigure (format=%s)", mComponentName.c_str(), format->debugString().c_str());
304 ALOGV("[%s] onConfigure (nww=%p)", mComponentName.c_str(),
350 ALOGV("onConfigure mCrypto: %p, mIsSecure: %d", crypto.get(), mIsSecure);
/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.cpp279 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::Decoder
295 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get());
323 err = nativeWindowDisconnect(mSurface.get(), "onConfigure");
340 ALOGV("onConfigure mCrypto: %p (%d) mIsSecure: %d",
/frameworks/support/room/runtime/src/main/java/androidx/room/
H A DRoomOpenHelper.java67 public void onConfigure(SupportSQLiteDatabase db) { method in class:RoomOpenHelper
68 super.onConfigure(db);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java369 onConfigure(db);
459 public void onConfigure(SQLiteDatabase db) {} method in class:SQLiteOpenHelper
465 * given version is created. This will be followed by {@link #onConfigure(SQLiteDatabase)} and
534 * is created, upgraded, or downgraded, do it in {@link #onConfigure} instead.
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
H A DSupportSQLiteOpenHelper.java149 public void onConfigure(SupportSQLiteDatabase db) { method in class:SupportSQLiteOpenHelper.Callback
213 * is created, upgraded, or downgraded, do it in {@link #onConfigure} instead.
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java528 mTrustAgentService.onConfigure(config, mSetTrustAgentFeaturesToken);
531 mTrustAgentService.onConfigure(Collections.EMPTY_LIST, null);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java1147 public void onConfigure(SQLiteDatabase db) {
/frameworks/base/config/
H A Dboot-image-profile.txt5178 HPLandroid/service/trust/ITrustAgentService$Stub$Proxy;->onConfigure(Ljava/util/List;Landroid/os/IBinder;)V
5185 HPLandroid/service/trust/ITrustAgentService;->onConfigure(Ljava/util/List;Landroid/os/IBinder;)V
5207 HPLandroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onConfigure(Ljava/util/List;Landroid/os/IBinder;)V
[all...]

Completed in 387 milliseconds