/frameworks/opt/datetimepicker/src/com/android/datetimepicker/ |
HapticFeedbackController.java | 41 * Call to setup the controller. 53 * Call this when you don't need the controller anymore.
|
/packages/apps/Camera2/src/com/android/camera/ |
PhotoController.java | 62 * The controller can start the camera preview after or in this callback. 70 * The controller should try to stop the preview in this callback.
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
RemoveView.java | 48 public void setDragDropController(DragDropController controller) { 49 mDragDropController = controller;
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
DataUsagePreference.java | 43 DataUsageController controller = new DataUsageController(getContext()); local 44 DataUsageController.DataUsageInfo usageInfo = controller.getDataUsageInfo(mTemplate);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MaterialSearchViewController.java | 40 * Controller for interactions between ActivityController and our custom search views. 46 // The controller is not in search mode. Both search action bar and the suggestion list 49 // The controller is actively in search (as in the action bar is focused and the user can type 52 // The controller is in a search ViewMode but not actively searching. This is relevant when 73 public MaterialSearchViewController(MailActivity activity, ActivityController controller, 76 mController = controller; 99 * This controller should not be used after this is called. 160 * Set the new visibility state of the search controller.
|
/system/bt/stack/btm/ |
btm_ble_cont_energy.c | 37 ** Description Controller VSC complete callback 95 BTM_TRACE_ERROR("Controller does not support get energy info");
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
MagnificationService.java | 112 // Obtain the controller on-demand, which allows us to avoid 114 final MagnificationController controller = getMagnificationController(); local 118 final float currScale = controller.getScale(); 127 controller.setScale(nextScale, true /* animate */); 128 controller.setCenter(metrics.widthPixels / 2f, metrics.heightPixels / 2f, true); 158 public void onMagnificationChanged(MagnificationController controller,
|
/system/bt/hci/src/ |
packet_fragmenter.c | 28 #include "device/include/controller.h" 51 static const controller_t *controller; variable 80 controller->get_acl_data_size_classic() : 81 controller->get_acl_data_size_ble(); 238 controller = controller_get_interface(); 246 controller = controller_interface;
|
/external/skia/src/core/ |
SkPictureFlat.h | 198 * This memory is owned by the controller and has the same lifetime unless you 280 // Flatten obj into an SkFlatData with this index. controller owns the SkFlatData*. 282 static SkFlatData* Create(SkFlatController* controller, const T& obj, int index) { 285 SkWriteBuffer buffer(storage, sizeof(storage), controller->getWriteBufferFlags()); 287 buffer.setBitmapHeap(controller->getBitmapHeap()); 288 buffer.setTypefaceRecorder(controller->getTypefaceSet()); 289 buffer.setNamedFactoryRecorder(controller->getNamedFactorySet()); 297 SkFlatData* result = (SkFlatData*) controller->allocThrow(allocSize); 385 explicit SkFlatDictionary(SkFlatController* controller) 386 : fController(SkRef(controller)) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
RegisteredMediaRouteProvider.java | 51 private final ArrayList<Controller> mControllers = new ArrayList<Controller>(); 74 Controller controller = new Controller(routeId); local 75 mControllers.add(controller); 77 controller.attachConnection(mActiveConnection); 80 return controller; 144 // Bind whenever the application has an active route controller. 269 private void onControllerReleased(Controller controller) [all...] |
/system/core/rootdir/ |
init.usb.configfs.rc | 18 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 27 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 40 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 49 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 62 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 71 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 84 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 93 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 106 write /config/usb_gadget/g1/UDC ${sys.usb.controller} 116 write /config/usb_gadget/g1/UDC ${sys.usb.controller} [all...] |
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
hw_rome.c | 26 * Description: Contains controller-specific functions, like 182 fprintf(btversionfile, "Bluetooth Controller Product ID : 0x%08x\n", productid); 183 fprintf(btversionfile, "Bluetooth Controller Patch Version : 0x%04x\n", patchversion); 184 fprintf(btversionfile, "Bluetooth Controller Build Version : 0x%04x\n", rome_ver); 185 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); 387 ALOGE("%s: Failed to charging status cmd on Controller", __FUNCTION__); 409 /* Check for response from the Controller */ 560 /* Frame the HCI CMD to be sent to the Controller */ 564 /* Total length of the packet to be sent to the Controller */ 567 /* Send HCI Command packet to Controller */ [all...] |
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
hw_rome.c | 26 * Description: Contains controller-specific functions, like 179 fprintf(btversionfile, "Bluetooth Controller Product ID : 0x%08x\n", productid); 180 fprintf(btversionfile, "Bluetooth Controller Patch Version : 0x%04x\n", patchversion); 181 fprintf(btversionfile, "Bluetooth Controller Build Version : 0x%04x\n", rome_ver); 182 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); 364 ALOGE("%s: Failed to charging status cmd on Controller", __FUNCTION__); 386 /* Check for response from the Controller */ 542 /* Frame the HCI CMD to be sent to the Controller */ 546 /* Total length of the packet to be sent to the Controller */ 549 /* Send HCI Command packet to Controller */ [all...] |
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
hw_rome.c | 26 * Description: Contains controller-specific functions, like 179 fprintf(btversionfile, "Bluetooth Controller Product ID : 0x%08x\n", productid); 180 fprintf(btversionfile, "Bluetooth Controller Patch Version : 0x%04x\n", patchversion); 181 fprintf(btversionfile, "Bluetooth Controller Build Version : 0x%04x\n", rome_ver); 182 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); 364 ALOGE("%s: Failed to charging status cmd on Controller", __FUNCTION__); 386 /* Check for response from the Controller */ 542 /* Frame the HCI CMD to be sent to the Controller */ 546 /* Total length of the packet to be sent to the Controller */ 549 /* Send HCI Command packet to Controller */ [all...] |
/external/iproute2/genl/ |
ctrl.c | 2 * ctrl.c generic netlink controller 82 fprintf(stderr, "Not a controller message, nlmsg_len=%d " 88 fprintf(stderr, "Unknown controller command %d\n", ghdr->cmd); 95 fprintf(stderr, "wrong controller message len %d\n", len); 148 /* we are only gonna do this for newer version of the controller */ 178 * The controller sends one nlmsg per family 192 fprintf(stderr, "Not a controller message, nlmsg_len=%d " 202 fprintf(stderr, "Unknown controller command %d\n", ghdr->cmd); 209 fprintf(stderr, "wrong controller message len %d\n", len); 394 fprintf(stderr, "wrong controller params\n") [all...] |
/frameworks/base/docs/html/training/tv/start/ |
hardware.jd | 126 not the same as the microphone hardware feature described here. The controller microphone is fully 355 remote controller or game controller. This means that your app must support D-pad input. It also 357 type of controller. 364 The default controller for a TV device is a D-pad. In general, your app should be operable from a 365 remote controller that only has up, down, left, right, select, Back, and Home buttons. If your app 366 is a game that typically requires a game controller with additional controls, your app should 369 a controller is required and allow them to exit your game gracefully using the D-pad controller. 370 For more information about handling navigation with D-pad controller for TV devices, se [all...] |
/frameworks/native/include/android/ |
keycodes.h | 274 * On a game controller, the A button should be either the button labeled A 275 * or the first button on the bottom row of controller buttons. */ 278 * On a game controller, the B button should be either the button labeled B 279 * or the second button on the bottom row of controller buttons. */ 282 * On a game controller, the C button should be either the button labeled C 283 * or the third button on the bottom row of controller buttons. */ 286 * On a game controller, the X button should be either the button labeled X 287 * or the first button on the upper row of controller buttons. */ 290 * On a game controller, the Y button should be either the button labeled Y 291 * or the second button on the upper row of controller buttons. * [all...] |
/frameworks/base/media/java/android/media/session/ |
MediaController.java | 379 * commands should only be sent to sessions that the controller owns. 999 MediaController controller = mController.get(); local 1007 MediaController controller = mController.get(); local 1015 MediaController controller = mController.get(); local 1023 MediaController controller = mController.get(); local 1033 MediaController controller = mController.get(); local 1041 MediaController controller = mController.get(); local 1049 MediaController controller = mController.get(); local 1057 MediaController controller = mController.get(); local [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
PowerProfile.java | 85 public static final String POWER_WIFI_CONTROLLER_IDLE = "wifi.controller.idle"; 86 public static final String POWER_WIFI_CONTROLLER_RX = "wifi.controller.rx"; 87 public static final String POWER_WIFI_CONTROLLER_TX = "wifi.controller.tx"; 88 public static final String POWER_WIFI_CONTROLLER_TX_LEVELS = "wifi.controller.tx_levels"; 89 public static final String POWER_WIFI_CONTROLLER_OPERATING_VOLTAGE = "wifi.controller.voltage"; 91 public static final String POWER_BLUETOOTH_CONTROLLER_IDLE = "bluetooth.controller.idle"; 92 public static final String POWER_BLUETOOTH_CONTROLLER_RX = "bluetooth.controller.rx"; 93 public static final String POWER_BLUETOOTH_CONTROLLER_TX = "bluetooth.controller.tx"; 95 "bluetooth.controller.voltage"; 97 public static final String POWER_MODEM_CONTROLLER_IDLE = "modem.controller.idle" [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAvrcpController.java | 33 * This class provides the public APIs to control the Bluetooth AVRCP Controller. It currently 48 * Intent used to broadcast the change in connection state of the AVRCP Controller 66 "android.bluetooth.avrcp-controller.profile.action.CONNECTION_STATE_CHANGED"; 80 "android.bluetooth.avrcp-controller.profile.action.TRACK_EVENT"; 93 "android.bluetooth.avrcp-controller.profile.action.PLAYER_SETTING"; 96 "android.bluetooth.avrcp-controller.profile.extra.METADATA"; 99 "android.bluetooth.avrcp-controller.profile.extra.PLAYBACK"; 102 "android.bluetooth.avrcp-controller.profile.extra.PLAYER_SETTING"; 185 Log.e(TAG, "Could not bind to Bluetooth AVRCP Controller Service with " + intent);
|
/system/bt/device/src/ |
controller.c | 21 #include "device/include/controller.h" 95 // Tell the controller about our buffer sizes and buffer counts next 108 // Read the local version info off the controller next, including 113 // Read the bluetooth address off the controller next 117 // Request the controller's supported commands next 125 // Read page 0 of the controller features next 139 // Inform the controller what page 0 features we support, based on what 141 // next page, because the controller's response for page 1 may be 164 // Done telling the controller about what page 0 features we support
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/Application/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/ |
CheeseListFragment.java | 45 // The Controller which provides CHOICE_MODE_MULTIPLE_MODAL-like functionality 46 private MultiSelectionUtil.Controller mMultiSelectController; 60 // Attach a MultiSelectionUtil.Controller to the ListView, giving it an instance of 66 // Allow the Controller to restore itself 76 // Allow the Controller to save it's instance state so that any checked items are
|
/external/autotest/client/profilers/powertop/src/ |
urbnum.c | 44 int controller; member in struct:device_data 125 if (strstr(ptr->human_name, "Host Controller")) 126 ptr->controller = 1; 193 if (dev->active-1 > dev->previous_active && !dev->controller) 204 if (dev->active-1 > dev->previous_active && !dev->controller) {
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
parse_html_deps.py | 125 def YieldHTMLInPieces(self, controller, minify=False): 126 yield self.GenerateHTML(controller, minify) 128 def GenerateHTML(self, controller, minify=False, prettify=False): 159 html = controller.GetHTMLForInlineStylesheet(unicode(style.string)) 170 html = controller.GetHTMLForStylesheetHRef(stylesheet_link['href'])
|
/external/google-breakpad/src/client/ios/ |
BreakpadController.h | 51 // should only happen when the controller is not started. The initial value 58 // Whether the controller has been started on the main thread. This is only 74 // Update the controller configuration. Merges its old configuration with the 78 // Reset the controller configuration to its initial value, which is the 104 // controller is not started, the block will be called with a NULL parameter.
|