/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
Collector.java | 38 * Main class for the crash collector that installs an activity controller to monitor app errors 83 IActivityController controller = new CrashCollector(); local 86 // set activity controller 88 iam.setActivityController(controller, false); 92 print("FATAL: cannot set activity controller, is system running?");
|
/system/bt/stack/btm/ |
btm_devctl.c | 36 #include "device/include/controller.h" 158 const controller_t *controller = controller_get_interface(); local 166 /* After the reset controller should restore all parameters to defaults. */ 186 l2c_link_processs_num_bufs(controller->get_acl_buffer_count_classic()); 191 if (controller->supports_ble() && controller->supports_ble_privacy() && 192 controller->get_ble_resolving_list_max_size() > 0) { 193 btm_ble_resolving_list_init(controller->get_ble_resolving_list_max_size()); 199 if (controller->supports_ble()) { 200 btm_ble_white_list_init(controller->get_ble_white_list_size()) [all...] |
/external/iproute2/include/linux/can/ |
netlink.h | 47 char name[16]; /* Name of the CAN controller hardware */ 87 * CAN controller mode 112 __u32 restarts; /* CAN controller re-starts */
|
/external/kernel-headers/original/uapi/linux/can/ |
netlink.h | 47 char name[16]; /* Name of the CAN controller hardware */ 87 * CAN controller mode 112 __u32 restarts; /* CAN controller re-starts */
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
ETC1Test.java | 34 OrthoCamController controller;
field in class:ETC1Test 44 controller = new OrthoCamController(camera);
45 Gdx.input.setInputProcessor(controller);
|
SimpleDecalTest.java | 38 PerspectiveCamController controller;
field in class:SimpleDecalTest 49 controller = new PerspectiveCamController(camera);
51 Gdx.input.setInputProcessor(controller);
|
/external/libnfc-nci/src/udrv/include/ |
uamp_api.h | 38 #define UAMP_EVT_RX_READY 0 /* Data from AMP controller is ready to be read */ 39 #define UAMP_EVT_CTLR_REMOVED 1 /* Controller removed */ 40 #define UAMP_EVT_CTLR_READY 2 /* Controller added/ready */
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcChannel.java | 42 * RpcController controller = rpcImpl.newController(); 44 * service.myMethod(controller, request, callback); 67 RpcController controller,
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_midictrl.h | 7 * MIDI controller definitions 36 /* define controller types */ 38 Note that these controller types are specified in base 10 (decimal)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
MultiUserSwitch.java | 96 final UserSwitcherController controller = mUserSwitcherController; local 97 if (controller != null) { 98 mUserListener = new UserSwitcherController.BaseUserAdapter(controller) {
|
/packages/apps/Nfc/nci/jni/ |
Pn544Interop.cpp | 20 ** PN544 controller. Specifically facilitate peer-to-peer 21 ** operations with PN544 controller. 54 ** Description: Stop polling to let NXP PN544 controller poll.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
can.h | 21 /* controller area network (CAN) kernel definitions */ 34 * Controller Area Network Identifier structure 44 * Controller Area Network Error Frame Mask structure
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
can.h | 19 /* controller area network (CAN) kernel definitions */ 32 * Controller Area Network Identifier structure 42 * Controller Area Network Error Frame Mask structure
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
dual_mode_controller.h | 33 // Emulates a dual mode BR/EDR + LE controller by maintaining the link layer 37 // a controller instance with the HciHandler. To implement a new Bluetooth 41 // the controller's default constructor. Be sure to name your method after the 43 // "Hci" to distinguish it as a controller command. 49 // a default configured controller if the config file is invalid or not 112 // possible, dispatches the corresponding controller method corresponding to 121 // Sets the controller Handle* methods as callbacks for the transport to call 140 // Controller commands. For error codes, see the Bluetooth Core Specification, 301 // Current link layer state of the controller. 304 kInquiry, // The controller is discovering other nearby devices [all...] |
event_packet.h | 56 // controller. If |num_hci_command_packets| is 0, the controller would 58 // readiness again, the controller sends a command complete event with 78 // controller. If |num_hci_command_packets| is 0, the controller would 80 // readiness again, the controller sends a command complete event with
|
/hardware/libhardware/include/hardware/ |
nfc.h | 38 * - Implement the transport to the NFC controller 40 * - Pass up received NCI messages from the controller to the stack 126 * (*open)() Opens the NFC controller device and performs initialization. 129 * If open completes successfully, the controller should be ready to perform 176 * (*close)() Closed the NFC controller. Should free all resources. 189 * (*power_cycle)() Restart controller by power cyle;
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
AidRoutingManager.java | 57 // How the NFC controller can match AIDs in the routing table; 98 // Cut off '*' since controller anyway treats all AIDs as a prefix 142 * However, because in this mode, the controller treats every routing table 181 // Cut off '*' since controller anyway treats all AIDs as a prefix 206 * This notifies that the AID routing table in the controller 210 // The routing table in the controller was cleared
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
test_channel.py | 155 """Shell for sending test channel data to controller. 157 Manages the test channel to the controller and defines a set of commands the 158 user can send to the controller as well. These commands are processed parallel 163 test_channel: The communication channel to send data to the controller. 174 Resets the controller to its original, unmodified state. 204 Sets the response delay for all event packets sent from the controller back
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 42 * in the same process as the application. The {@link Controller} 111 mInvokeIntent = new Intent(this, Controller.class); 179 new Intent(this, Controller.class), 0); 210 public static class Controller extends Activity { 232 startService(new Intent(Controller.this, 240 startService(new Intent(Controller.this, 248 startService(new Intent(Controller.this, 257 startService(new Intent(Controller.this,
|
/device/intel/edison/ |
BoardConfig.mk | 20 # Add wifi controller 22 # Add bt controller
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
tracing_controller.py | 67 """ Starts agent tracing for tracing controller""" 71 """ Stops agent tracing for tracing controller. """
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/ |
TcpServerOutput.java | 24 * Output that opens TCP server socket. This controller uses the following agent 42 * New controller instance.
|
/external/kernel-headers/original/uapi/linux/ |
parport.h | 42 PARPORT_CLASS_HDC, /* Hard disk controller */ 45 PARPORT_CLASS_FDC, /* Floppy disk controller */
|
/external/libchrome/sandbox/win/tests/validation_tests/ |
sbox_validation_tests.vcproj | 157 RelativePath="..\common\controller.cc" 161 RelativePath="..\common\controller.h"
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ |
ControllerLifeCycleListener.java | 48 Gdx.app.log(TAG, "controller life cycle listener resumed");
54 Gdx.app.log(TAG, "controller life cycle listener paused");
|