HomeSort by relevance Sort by last modified time
    Searched refs:notify (Results 26 - 50 of 912) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 37 const sp<AMessage> &notify,
40 : mNotify(notify),
139 sp<AMessage> notify = mNotify->dup(); local
140 notify->setInt32("what", kWhatSDPLoaded);
141 notify->setInt32("result", err);
142 notify->setObject("description", desc);
143 notify->post();
ARTPSource.cpp 43 const sp<AMessage> &notify)
52 mNotify(notify) {
59 mAssembler = new AAVCAssembler(notify);
62 mAssembler = new AMPEG4AudioAssembler(notify, params);
65 mAssembler = new AH263Assembler(notify);
68 mAssembler = new AAMRAssembler(notify, false /* isWide */, params);
70 mAssembler = new AAMRAssembler(notify, true /* isWide */, params);
73 mAssembler = new AMPEG4ElementaryAssembler(notify, desc, params);
76 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), params);
78 mAssembler = new AMPEG2TSAssembler(notify, desc.c_str(), params)
98 sp<AMessage> notify = mNotify->dup(); local
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 222 sp<AMessage> notify = mNotify->dup(); local
223 notify->setInt32("what", CodecBase::kWhatError);
224 notify->setInt32("err", error);
225 notify->post();
264 sp<AMessage> notify = mNotify->dup(); local
265 notify->setInt32("what", CodecBase::kWhatBuffersAllocated);
267 notify->setInt32("portIndex", portIndex);
277 notify->setObject("portDesc", desc);
278 notify->post();
312 sp<AMessage> notify = mNotify->dup() local
333 sp<AMessage> notify = mNotify->dup(); local
350 sp<AMessage> notify = mNotify->dup(); local
359 sp<AMessage> notify = mNotify->dup(); local
462 sp<AMessage> notify = mNotify->dup(); local
543 sp<AMessage> notify = mNotify->dup(); local
691 sp<AMessage> notify = mNotify->dup(); local
715 sp<AMessage> notify = mNotify->dup(); local
738 sp<AMessage> notify = new AMessage(); local
816 sp<AMessage> notify = mNotify->dup(); local
    [all...]
  /system/netd/server/
NetlinkHandler.cpp 134 void NetlinkHandler::notify(int code, const char *format, ...) { function in class:NetlinkHandler
148 notify(ResponseCode::InterfaceChange, "Iface added %s", name);
152 notify(ResponseCode::InterfaceChange, "Iface removed %s", name);
156 notify(ResponseCode::InterfaceChange,
161 notify(ResponseCode::InterfaceChange,
166 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface);
174 notify(ResponseCode::InterfaceClassActivity,
177 notify(ResponseCode::InterfaceClassActivity,
180 notify(ResponseCode::InterfaceClassActivity,
187 notify(ResponseCode::InterfaceAddressChange
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 104 mNM.notify(1, n);
130 mNM.notify(1, n);
144 mNM.notify(1, n);
159 mNM.notify(1, n);
171 mNM.notify(1, n.setContentTitle("(453) 123-2328")
175 mNM.notify(1, n.setContentTitle("Mark Willem, Me (2)")
179 mNM.notify(1, n.setContentTitle("Sophia Winterlanden")
194 mNM.notify(1, n);
207 mNM.notify(1, n);
220 mNM.notify(1, n)
    [all...]
  /frameworks/av/include/media/stagefright/
MediaWriter.h 60 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
62 mListener->notify(msg, ext1, ext2);

Completed in 634 milliseconds

12 3 4 5 6 7 8 91011>>