Searched refs:notifier (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); local
95 if (notifier != 0) {
96 notifier->died();
/frameworks/base/services/core/java/com/android/server/location/
H A DRemoteListenerHelper.java151 protected void setSupported(boolean value, ListenerOperation<TListener> notifier) { argument
155 foreachUnsafe(notifier);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java81 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
83 this(context, ci, notifier, false, phoneId);
86 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
88 super(context, ci, notifier, phoneId);
301 protected void init(Context context, PhoneNotifier notifier) { argument
H A DCDMAPhone.java145 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
147 super("CDMA", notifier, context, ci, false, phoneId);
149 init(context, notifier);
156 protected void init(Context context, PhoneNotifier notifier) { argument
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java459 for (EditStyledTextNotifier notifier : mESTNotifiers) {
460 notifier.sendOnTouchEvent(event);
468 for (EditStyledTextNotifier notifier : mESTNotifiers) {
469 retval |= notifier.isButtonsFocused();
477 for (EditStyledTextNotifier notifier : mESTNotifiers) {
478 if (notifier.showPreview()) {
487 for (EditStyledTextNotifier notifier : mESTNotifiers) {
488 notifier.cancelViewManager();
495 for (EditStyledTextNotifier notifier : mESTNotifiers) {
496 if (notifier
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java64 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier) { argument
65 super(name, notifier, context, new ImsPhoneCommandInterface(context), false);
H A DImsPhone.java157 ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { argument
158 super("ImsPhone", context, notifier);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java59 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { argument
60 super(name, notifier, context, new SipCommandInterface(context), false);
H A DSipPhone.java66 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { argument
67 super("SIP:" + profile.getUriString(), context, notifier);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2262 BatteryNotifier& notifier(BatteryNotifier::getInstance());
2265 notifier.noteStartVideo();
2267 notifier.noteStartAudio();
2272 BatteryNotifier& notifier(BatteryNotifier::getInstance());
2275 notifier.noteStopVideo();
2277 notifier.noteStopAudio();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java335 * @param notifier An instance of DefaultPhoneNotifier,
340 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) { argument
341 this(name, notifier, context, ci, false);
347 * @param notifier An instance of DefaultPhoneNotifier,
354 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
356 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX);
362 * @param notifier An instance of DefaultPhoneNotifier,
370 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
374 mNotifier = notifier;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java148 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { argument
149 super("GSM", notifier, context, ci, unitTestMode);
177 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId) { argument
178 this(context, ci, notifier, false, phoneId);
183 PhoneNotifier notifier, boolean unitTestMode, int phoneId) {
184 super("GSM", notifier, context, ci, unitTestMode, phoneId);
182 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode, int phoneId) argument

Completed in 5009 milliseconds