HomeSort by relevance Sort by last modified time
    Searched refs:dispatch (Results 51 - 75 of 521) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
wrapped_handler.hpp 70 dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_));
75 dispatcher_.dispatch(handler_);
81 dispatcher_.dispatch(detail::bind_handler(handler_, arg1));
87 dispatcher_.dispatch(detail::bind_handler(handler_, arg1));
93 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2));
99 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2));
105 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3));
111 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3));
118 dispatcher_.dispatch(
126 dispatcher_.dispatch(
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_entrypoint.c 28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
90 * Generate a dispatch function (entrypoint) which jumps through
91 * the given slot number (offset) in the current dispatch table.
97 /* 32 is chosen as something of a magic offset. For x86, the dispatch
116 * This function inserts a new dispatch offset into the assembly language
197 unsigned long dispatch = __glapi_sparc_get_dispatch(); local
201 unsigned long dispatch = (unsigned long) &_glapi_Dispatch; local
207 code[0] = template[0] | (dispatch >> 10);
210 code[2] = template[2] | (dispatch & 0x3ff);
220 code[0] = template[0] | (dispatch >> (32 + 10))
    [all...]
  /hardware/qcom/display/msm8909w_3100/libqdutils/
display_config.cpp 54 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
72 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
98 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel);
111 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION,
137 err = binder->dispatch(IQService::SET_VIEW_FRAME,
155 err = binder->dispatch(IQService::SET_SECONDARY_DISPLAY_STATUS,
173 err = binder->dispatch(IQService::CONFIGURE_DYN_REFRESH_RATE,
189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT,
207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG,
227 err = binder->dispatch(IQService::SET_ACTIVE_CONFIG
    [all...]
  /external/vulkan-validation-layers/loader/
wsi.c 158 if (NULL != icd_term->dispatch.DestroySurfaceKHR && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[i]) {
159 icd_term->dispatch.DestroySurfaceKHR(icd_term->instance, icd_surface->real_icd_surfaces[i], pAllocator);
209 if (NULL == icd_term->dispatch.GetPhysicalDeviceSurfaceSupportKHR) {
217 return icd_term->dispatch.GetPhysicalDeviceSurfaceSupportKHR(
221 return icd_term->dispatch.GetPhysicalDeviceSurfaceSupportKHR(phys_dev_term->phys_dev, queueFamilyIndex, surface, pSupported);
255 if (NULL == icd_term->dispatch.GetPhysicalDeviceSurfaceCapabilitiesKHR) {
263 return icd_term->dispatch.GetPhysicalDeviceSurfaceCapabilitiesKHR(
267 return icd_term->dispatch.GetPhysicalDeviceSurfaceCapabilitiesKHR(phys_dev_term->phys_dev, surface, pSurfaceCapabilities);
303 if (NULL == icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR) {
311 return icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR(phys_dev_term->phys_dev
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
MagnificationGestureHandlerTest.java 187 dispatch(
199 dispatch(tripleTap());
210 dispatch(drag);
215 dispatch(pointerUp(drag));
223 dispatch(tap1, tap2, down); method
229 dispatch(click(mTapLocation));
232 dispatch(longClick(mTapLocation));
235 dispatch(doubleTap());
238 dispatch(swipe(
301 public void dispatch(StrokeDescription firstStroke, StrokeDescription... rest) method in class:MagnificationGestureHandlerTest
310 public void dispatch(GestureDescription gesture) { method in class:MagnificationGestureHandlerTest
    [all...]
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
DefaultFilterPipeline.java 43 public void dispatch(ServletRequest request, ServletResponse response, method in class:DefaultFilterPipeline
FilterPipeline.java 31 * words, we dispatch directly to the web.xml pipeline after setting up scopes.
46 void dispatch(ServletRequest request, ServletResponse response, method in interface:FilterPipeline
  /external/python/cpython3/Lib/
pickle.py 472 # Check the type dispatch table
474 f = self.dispatch.get(t)
479 # Check private dispatch table if any, or else copyreg.dispatch_table
637 # Methods below this point are dispatched through the dispatch table
639 dispatch = {} variable in class:_Pickler
643 dispatch[type(None)] = save_none
650 dispatch[bool] = save_bool
678 dispatch[int] = save_long
685 dispatch[float] = save_float
703 dispatch[bytes] = save_byte
1064 dispatch = {} variable in class:_Unpickler
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
Lifecycle.java 37 public void dispatch(Consumer<T> consumer) { method in class:Lifecycle
KeyguardService.java 120 mKeyguardLifecyclesDispatcher.dispatch(
128 mKeyguardLifecyclesDispatcher.dispatch(
137 mKeyguardLifecyclesDispatcher.dispatch(KeyguardLifecyclesDispatcher.STARTED_WAKING_UP);
145 mKeyguardLifecyclesDispatcher.dispatch(KeyguardLifecyclesDispatcher.FINISHED_WAKING_UP);
154 mKeyguardLifecyclesDispatcher.dispatch(KeyguardLifecyclesDispatcher.SCREEN_TURNING_ON);
163 mKeyguardLifecyclesDispatcher.dispatch(KeyguardLifecyclesDispatcher.SCREEN_TURNED_ON);
170 mKeyguardLifecyclesDispatcher.dispatch(KeyguardLifecyclesDispatcher.SCREEN_TURNING_OFF);
177 mKeyguardLifecyclesDispatcher.dispatch(KeyguardLifecyclesDispatcher.SCREEN_TURNED_OFF);
  /hardware/qcom/display/msm8084/libqdutils/
display_config.cpp 44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
88 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel);
101 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION,
  /hardware/qcom/display/msm8226/libqservice/
QService.h 49 virtual android::status_t dispatch(uint32_t command,
  /hardware/qcom/display/msm8909/libqdutils/
display_config.cpp 54 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
72 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
98 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel);
111 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION,
137 err = binder->dispatch(IQService::SET_VIEW_FRAME,
155 err = binder->dispatch(IQService::SET_SECONDARY_DISPLAY_STATUS,
173 err = binder->dispatch(IQService::CONFIGURE_DYN_REFRESH_RATE,
189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT,
207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG,
227 err = binder->dispatch(IQService::SET_ACTIVE_CONFIG
    [all...]
  /hardware/qcom/display/msm8994/libqservice/
QService.h 49 virtual android::status_t dispatch(uint32_t command,
  /hardware/qcom/display/msm8996/libqdutils/
display_config.cpp 54 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
72 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
98 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel);
111 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION,
137 err = binder->dispatch(IQService::SET_VIEW_FRAME,
155 err = binder->dispatch(IQService::SET_SECONDARY_DISPLAY_STATUS,
173 err = binder->dispatch(IQService::CONFIGURE_DYN_REFRESH_RATE,
189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT,
207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG,
227 err = binder->dispatch(IQService::SET_ACTIVE_CONFIG
    [all...]
  /hardware/qcom/display/msm8998/libqdutils/
display_config.cpp 54 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
72 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
98 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel);
111 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION,
137 err = binder->dispatch(IQService::SET_VIEW_FRAME,
155 err = binder->dispatch(IQService::SET_SECONDARY_DISPLAY_STATUS,
173 err = binder->dispatch(IQService::CONFIGURE_DYN_REFRESH_RATE,
189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT,
207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG,
227 err = binder->dispatch(IQService::SET_ACTIVE_CONFIG
    [all...]
  /frameworks/native/vulkan/libvulkan/
driver.h 43 InstanceDispatchTable dispatch; member in struct:vulkan::api::InstanceData
55 DeviceDispatchTable dispatch; member in struct:vulkan::api::DeviceData
153 hwvulkan_dispatch_t* dispatch = local
156 if (dispatch->magic != HWVULKAN_DISPATCH_MAGIC && dispatch->vtbl != data) {
157 ALOGE("invalid dispatchable object magic 0x%" PRIxPTR, dispatch->magic);
161 dispatch->vtbl = data;
170 const hwvulkan_dispatch_t* dispatch = local
173 return const_cast<void*>(dispatch->vtbl);
api_gen.cpp 36 data.dispatch.proc = \
38 if (UNLIKELY(required && !data.dispatch.proc)) { \
45 // are disabled. Dispatch to stubs when that happens.
51 data.dispatch.proc = disabled##proc; \
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
client.py 479 dispatch = {} variable in class:Marshaller
510 f = self.dispatch[type(value)]
519 if type_ in self.dispatch.keys():
523 f = self.dispatch["_arbitrary_instance"]
530 dispatch[type(None)] = dump_nil
536 dispatch[bool] = dump_bool
544 dispatch[int] = dump_long
553 dispatch[float] = dump_double
559 dispatch[str] = dump_unicode
566 dispatch[bytes] = dump_byte
715 dispatch = {} variable in class:Unmarshaller
    [all...]
  /external/libchrome/base/allocator/
allocator_shim.h 37 // the "default dispatch", which is statically defined at build time and
114 // Inserts |dispatch| in front of the allocator chain. This method is
116 // The callers have responsibility for inserting a single dispatch no more
118 BASE_EXPORT void InsertAllocatorDispatch(AllocatorDispatch* dispatch);
123 BASE_EXPORT void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch);
  /external/vulkan-validation-layers/demos/smoke/android/
build-and-install 25 ( cd ..; python3 generate-dispatch-table.py HelpersDispatchTable.h )
26 ( cd ..; python3 generate-dispatch-table.py HelpersDispatchTable.cpp )
  /frameworks/av/services/oboeservice/
AAudioThread.cpp 52 void AAudioThread::dispatch() { function in class:AAudioThread
64 aaudioThread->dispatch();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 55 private void dispatch(NamedTask task) { method in class:BatchingNamedTaskExecutor
75 dispatch(task);
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 67 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */
89 dispatch (buffer);
105 dispatch (buffer);
140 dispatch ("show"); /* Show the result */
168 dispatch ("show");
inodebitmap_com.c 46 strcpy (buffer,"show");dispatch (buffer);
62 dispatch (buffer);
78 dispatch (buffer);
104 dispatch ("show");
130 dispatch ("show");

Completed in 1285 milliseconds

1 23 4 5 6 7 8 91011>>