HomeSort by relevance Sort by last modified time
    Searched defs:notify_data (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/arch/
gpio-switch.h 34 void *notify_data; member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/arch/
gpio-switch.h 34 void *notify_data; member in struct:omap_gpio_switch
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/arch/
gpio-switch.h 34 void *notify_data; member in struct:omap_gpio_switch
  /external/chromium_org/content/child/npapi/
plugin_stream.h 30 void* notify_data);
74 void* notify_data() const { return notify_data_; } function in class:content::PluginStream
plugin_instance.cc 90 void* notify_data; local
91 GetNotifyData(notify_id, &notify, &notify_data);
93 resource_id, url, this, notify, notify_data);
197 void* notify_data; local
198 GetNotifyData(notify_id, &notify, &notify_data);
204 NPP_URLNotify(url.spec().c_str(), reason, notify_data);
372 void* notify_data) {
375 npp_functions_->urlredirectnotify(npp_, url, status, notify_data);
384 void* notify_data; local
385 GetNotifyData(notify_id, &notify, &notify_data);
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_geturl_test.cc 457 void* notify_data) {
458 unsigned long stream_id = reinterpret_cast<unsigned long>(notify_data);
464 HostFunctions()->urlredirectresponse(id(), notify_data, false); local
473 HostFunctions()->urlredirectresponse(id(), notify_data, true); local

Completed in 110 milliseconds

12