Searched refs:activate (Results 1 - 19 of 19) sorted by relevance

/packages/services/Car/evs/app/
H A DRenderDirectView.h38 virtual bool activate() override;
H A DRenderPixelCopy.h38 virtual bool activate() override;
H A DRenderBase.h41 virtual bool activate() = 0;
H A DRenderDirectView.cpp34 bool RenderDirectView::activate() { function in class:RenderDirectView
H A DRenderTopView.h42 virtual bool activate() override;
H A DRenderPixelCopy.cpp30 bool RenderPixelCopy::activate() { function in class:RenderPixelCopy
H A DEvsStateControl.cpp318 if (!mCurrentRenderer->activate()) {
319 ALOGE("New renderer failed to activate");
H A DRenderTopView.cpp109 bool RenderTopView::activate() { function in class:RenderTopView
/packages/services/Telecomm/src/com/android/server/telecom/
H A DHeadsetMediaButton.java80 boolean activate = msg.arg1 != 0;
81 if (activate != mSession.isActive()) {
82 mSession.setActive(activate);
/packages/apps/Camera2/src/com/android/camera/hardware/
H A DHeadingSensor.java78 public void activate() { method in class:HeadingSensor
/packages/apps/Nfc/nci/jni/
H A DNfcTag.h191 ** Description: When multiple tags are discovered, just select the first one to activate.
410 ** Description: Checks if tag activate is the same (UID) Kovio tag previously
568 ** activate: reference to activation data.
573 void calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate);
H A DNfcTag.cpp238 ** Description: Checks if tag activate is the same (UID) Kovio tag previously
1134 ** Description: When multiple tags are discovered, just select the first one to activate.
1205 ** activate: reference to activation data.
1210 void NfcTag::calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate) argument
1215 if (activate.activate_ntf.protocol != NFC_PROTOCOL_T1T)
1222 switch (activate.params.t1t.hr[0])
1231 ALOGE("%s: unknown T1T HR0=%u", fn, activate.params.t1t.hr[0]);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSuppressNotificationReceiver.java51 public boolean activate(Context context, AbstractActivityController controller) { method in class:SuppressNotificationReceiver
H A DAbstractActivityController.java2920 mNewEmailReceiver.activate(mContext, this);
2929 // activate it for the new account.
2934 mNewEmailReceiver.activate(mContext, this);
3323 mCabActionMenu.activate();
3333 mCabActionMenu.activate();
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceCaptureToolsImpl.java100 mHeadingSensor.activate(); // Will be balanced in close().
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java818 glEnv.activate();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java537 public void activate() { method in class:SelectedConversationsActionMenu
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java720 mHeadingSensor.activate();
721 guard.stop("mHeadingSensor.activate()");
H A DPhotoModule.java1478 mHeadingSensor.activate();

Completed in 409 milliseconds