HomeSort by relevance Sort by last modified time
    Searched refs:callback_handler (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/pulsensor/
pulsensor.h 79 typedef void (* callback_handler) (clbk_data); typedef
92 Pulsensor(callback_handler handler);
119 callback_handler callback; /**< The callback function */
pulsensor.cxx 51 Pulsensor::Pulsensor (callback_handler handler) : pin_ctx(0)
  /external/chromium-trace/catapult/dashboard/dashboard/
dispatcher.py 113 oauth2_decorator.DECORATOR.callback_handler())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 836 calculated by the decorator at runtime. See callback_handler() for how this
845 def callback_handler(self): member in class:OAuth2Decorator
853 (decorator.callback_path, decorator.callback_handler())
894 If you need finer grained control use `callback_handler` which returns just
902 (self.callback_path, self.callback_handler())
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py 528 ('/oauth2callback', self.decorator.callback_handler()),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9anim.h 332 STDMETHOD(AdvanceTime)(THIS_ double time_delta, ID3DXAnimationCallbackHandler **callback_handler) PURE;

Completed in 135 milliseconds