| /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
| mm_camera_interface.c | 56 static uint8_t g_handler_history_count = 0; /* history count for handler */ 67 * DESCRIPTION: utility function to generate handler for camera/channel/stream 70 * @index: index of the object to have handler 76 uint32_t handler = 0; local 82 handler = g_handler_history_count; 83 handler = (handler<<8) | index; 85 return handler; 94 * @handler: object handle 98 uint8_t mm_camera_util_get_index_by_handler(uint32_t handler) [all...] |
| /libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
| NodeImpl.java | 698 public final Object setUserData(String key, Object data, UserDataHandler handler) { 705 : map.put(key, new UserData(data, handler)); 720 final UserDataHandler handler; field in class:NodeImpl.UserData 721 UserData(Object value, UserDataHandler handler) { 723 this.handler = handler;
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| URLTest.java | 196 protocol -> new libcore.java.net.customstreamhandler.http.Handler()); 461 URLStreamHandler handler = local 463 assertNotNull("Handler for protocol " + protocol + " should exist", handler); 464 commonHandlers.add(handler.getClass().getName()); [all...] |
| /libcore/luni/src/test/java/libcore/java/util/ |
| TimeZoneTest.java | 454 Thread.UncaughtExceptionHandler handler = (t, e) -> exceptions.add(e); local 467 clearer.setUncaughtExceptionHandler(handler); 476 getter.setUncaughtExceptionHandler(handler);
|
| /libcore/ojluni/src/main/java/java/net/ |
| URLConnection.java | 704 * type, a content handler for that content type is created: 706 * <li>If the application has set up a content handler factory instance 710 * handler for that content type. 711 * <li>If no content handler factory has yet been set up, or if the 1245 ContentHandler handler = null; local 1334 ContentHandler handler = local [all...] |
| /packages/apps/Dialer/java/com/android/dialer/voicemail/settings/ |
| VoicemailChangePinActivity.java | 28 import android.os.Handler; 102 private Handler handler = new ChangePinHandler(new WeakReference<>(this)); field in class:VoicemailChangePinActivity 563 handler.obtainMessage(MESSAGE_HANDLE_RESULT, result, 0).sendToTarget(); 566 private static class ChangePinHandler extends Handler {
|
| /packages/apps/Settings/src/com/android/settings/location/ |
| SettingsInjector.java | 33 import android.os.Handler; 103 private final Handler mHandler; 366 private final class StatusLoadingHandler extends Handler { 532 Handler handler = new Handler() { local 546 Messenger messenger = new Messenger(handler); 553 + ", handler: " + handler);
|
| /packages/apps/TV/src/com/android/tv/tuner/ |
| TunerInputController.java | 39 import android.os.Handler; 132 Context context, String action, @NonNull CheckDvbDeviceHandler handler) { 134 handler.removeMessages(MSG_ENABLE_INPUT_SERVICE); 139 handler.sendMessageDelayed( 140 handler.obtainMessage(MSG_ENABLE_INPUT_SERVICE, context), 525 private static class CheckDvbDeviceHandler extends Handler {
|
| /packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
| Message.java | 699 * @param handler a caller-provided handler to run the query on 700 * @param token (optional) token to identify the command to the handler 701 * @param cookie (optional) cookie to pass to the handler 703 public void markAlwaysShowImages(AsyncQueryHandler handler, int token, Object cookie) { 709 handler.startUpdate(token, cookie, uri, values, null, null);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
| SetupWizardActivity.java | 158 final SettingsPoolingHandler handler = mHandler; local 163 handler.startPollingImeSettings();
|
| /packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
| UsbDeviceHandlerResolver.java | 16 package android.car.usb.handler; 32 import android.os.Handler; 619 private class UsbDeviceResolverHandler extends Handler {
|
| /packages/services/Telephony/src/com/android/phone/ |
| NetworkSelectSetting.java | 27 import android.os.Handler; 257 private final Handler mHandler = new Handler() { 375 final Handler handler = view.getHandler(); local 376 if (handler != null && handler.hasCallbacks(mUpdateNetworkOperatorsRunnable)) {
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_subprocess.py | 734 def handler(signum, frame): function in function:_SuppressCoreFiles.test_communicate_eintr 736 old_handler = signal.signal(signal.SIGALRM, handler) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_subprocess.py | 734 def handler(signum, frame): function in function:_SuppressCoreFiles.test_communicate_eintr 736 old_handler = signal.signal(signal.SIGALRM, handler) [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_subprocess.py | 734 def handler(signum, frame): function in function:_SuppressCoreFiles.test_communicate_eintr 736 old_handler = signal.signal(signal.SIGALRM, handler) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_subprocess.py | 734 def handler(signum, frame): function in function:_SuppressCoreFiles.test_communicate_eintr 736 old_handler = signal.signal(signal.SIGALRM, handler) [all...] |
| /prebuilts/tools/common/m2/repository/args4j/args4j/2.33/ |
| args4j-2.33.jar | |
| /system/bt/tools/mcap_tool/ |
| mcap_tool.cc | 315 console_cmd_handler_t* handler; member in struct:__anon2563 334 char* job_cmd = (char*)calloc(1, strlen(cmd) + 1); /* freed in job handler */ 889 /** Main console command handler */ 904 console_cmd_list[i].handler(p);
|
| /tools/loganalysis/src/com/android/loganalysis/util/config/ |
| OptionSetter.java | 62 private static final HashMap<Class<?>, Handler> handlers = new HashMap<Class<?>, Handler>(); 87 private static Handler getHandler(Type type) throws ConfigurationException { 159 Handler existingFieldHandler = getHandler(getFirstField().getGenericType()); 160 Handler newFieldHandler = getHandler(field.getGenericType()); 251 Handler handler = getHandler(field.getGenericType()); local 252 Object value = handler.translate(valueText); 344 Handler handler = getHandler(field.getGenericType()) local [all...] |
| /tools/tradefederation/core/src/com/android/tradefed/config/ |
| OptionSetter.java | 68 private static final HashMap<Class<?>, Handler> handlers = new HashMap<Class<?>, Handler>(); 131 private static Handler getHandler(Type type) throws ConfigurationException { 200 private Handler getHandlerOrTimeVal(Field field, Object optionSource) 255 Handler existingFieldHandler = getHandler(getFirstField().getGenericType()); 256 Handler newFieldHandler = getHandler(field.getGenericType()); 375 // Retrieve an appropriate handler for this field's type 378 final Handler handler = getHandlerOrTimeVal(field, optionSource); local 381 Object value = handler.translate(valueText) [all...] |
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| SubprocessTestResultsParser.java | 231 // Create Handler map for each event 293 EventHandler handler = mHandlerMap.get(matcher.group(2)); local 294 if (handler != null) { 295 handler.handleEvent(matcher.group(4)); 297 CLog.w("No handler found matching: %s", matcher.group(2));
|
| /packages/apps/Dialer/java/com/android/incallui/ |
| InCallPresenter.java | 23 import android.os.Handler; 614 final Handler handler = new Handler(); local 626 handler.postDelayed(runnable, BLOCK_QUERY_TIMEOUT_MS); 637 handler.removeCallbacks(runnable); 648 handler.removeCallbacks(runnable); 670 new BlockedNumberContentObserver(context, new Handler(), number, timeAdded); [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
| InputLogic.java | 215 // instances of InputLogic. This cleans up the associated handler so that tests don't leak 235 final int keyboardShiftMode, final LatinIME.UIHandler handler) { 242 commitCurrentAutoCorrection(settingsValues, rawText, handler); 246 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_TYPING); 275 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { 287 currentKeyboardScriptId, handler); 333 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_NONE); 439 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { 468 handler); 470 handleNonFunctionalEvent(currentEvent, inputTransaction, handler); [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/2.0.9/ |
| maven-artifact-2.0.9.jar | |
| /external/kotlinc/lib/ |
| kotlin-preloader.jar | |