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

  /device/google/contexthub/util/nanotool/
nanotool.cpp 105 " flash: load a new firmware image to the hub\n"
107 " load_cal: send data from calibration file to hub\n"
132 " -l, --log Outputs logs from the sensor hub as they become available.\n"
431 std::unique_ptr<ContextHub> hub = GetContextHub(args); local
432 if (!hub || !hub->Initialize()) {
437 hub->SetLoggingEnabled(args->logging_enabled);
442 success = hub->DisableSensors(args->sensors);
445 success = hub->DisableAllSensors();
449 hub->PrintAllEvents(args->count)
    [all...]
  /hardware/interfaces/contexthub/1.0/vts/functional/
VtsHalContexthubV1_0TargetTest.cpp 77 // Gets a list of valid hub IDs in the system
85 for (ContextHub hub : getHubsSync(hubApi)) {
86 hubIds.push_back(hub.hubId);
95 // Base test fixture that initializes the HAL and makes the context hub API
113 // Test fixture parameterized by hub ID
144 ALOGD("Got hub event callback for event type %" PRIu32, evt);
193 for (ContextHub hub : hubs) {
194 ALOGD("Checking hub ID %" PRIu32, hub.hubId);
196 EXPECT_FALSE(hub.name.empty())
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 16 # to the physical numerical label on the physical port e.g. on a USB hub.
18 # (e.g. the port labeled "1" on a USB hub does not always show up as "port 1"
21 # model of USB hub. When "port number" is referenced without specifying, it
307 """Scans for all hubs on a bus of given hub types.
314 Sequence of tuples representing (hub, type of hub)
322 def GetPhysicalPortToNodeMap(hub, hub_type):
323 """Gets physical-port:node mapping for a given hub.
325 hub: [USBNode] Hub to get map for
    [all...]
battor_device_mapping.py 48 the phone plugged into physical port number 1 on one hub corresponds
49 to the BattOr plugged into physical port number 1 on the other hub,
161 hub_types: List of hub types to check for. If not specified, checks
162 for all defined hub types. (see usb_hubs.py for details)
179 # List of dictionaries, one for each hub, that maps the physical
180 # port number to the serial number of that hub. For instance, in a 2
181 # hub system, this could return [{1:'ab', 2:'cd'}, {1:'jkl', 2:'xyz'}]
197 for hub in port_to_serial:
198 for (port, serial) in hub.iteritems():
268 hub_types: List of hub types to check for. Used only if serial_map_fil
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices.py 16 # to the physical numerical label on the physical port e.g. on a USB hub.
18 # (e.g. the port labeled "1" on a USB hub does not always show up as "port 1"
21 # model of USB hub. When "port number" is referenced without specifying, it
307 """Scans for all hubs on a bus of given hub types.
314 Sequence of tuples representing (hub, type of hub)
322 def GetPhysicalPortToNodeMap(hub, hub_type):
323 """Gets physical-port:node mapping for a given hub.
325 hub: [USBNode] Hub to get map for
    [all...]
battor_device_mapping.py 48 the phone plugged into physical port number 1 on one hub corresponds
49 to the BattOr plugged into physical port number 1 on the other hub,
161 hub_types: List of hub types to check for.
181 # List of dictionaries, one for each hub, that maps the physical
182 # port number to the serial number of that hub. For instance, in a 2
183 # hub system, this could return [{1:'ab', 2:'cd'}, {1:'jkl', 2:'xyz'}]
199 for hub in port_to_serial:
200 for (port, serial) in hub.iteritems():
271 hub_types: List of hub types to check for. Used only if serial_map_file
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs_test.go 35 "hub.jazz.net/git/user1/pkgname",
38 repo: "https://hub.jazz.net/git/user1/pkgname",
42 "hub.jazz.net/git/user1/pkgname/submodule/submodule/submodule",
45 repo: "https://hub.jazz.net/git/user1/pkgname",
49 "hub.jazz.net",
57 "hub.jazz.net/someotherprefix",
61 "hub.jazz.net/someotherprefix/user1/pkgname",
66 "hub.jazz.net/git/User 1/pkgname",
70 "hub.jazz.net/git/user1/pkg name",
75 "hub.jazz.net/git/user.1/pkgname"
    [all...]
help.go 166 import "hub.jazz.net/git/user/project"
167 import "hub.jazz.net/git/user/project/sub/directory"
vcs.go 876 prefix: "hub.jazz.net/git",
877 re: `^(?P<root>hub.jazz.net/git/[a-z0-9]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$`,
alldocs.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
vcs_test.go 35 "hub.jazz.net/git/user1/pkgname",
38 repo: "https://hub.jazz.net/git/user1/pkgname",
42 "hub.jazz.net/git/user1/pkgname/submodule/submodule/submodule",
45 repo: "https://hub.jazz.net/git/user1/pkgname",
49 "hub.jazz.net",
57 "hub.jazz.net/someotherprefix",
61 "hub.jazz.net/someotherprefix/user1/pkgname",
66 "hub.jazz.net/git/User 1/pkgname",
70 "hub.jazz.net/git/user1/pkg name",
75 "hub.jazz.net/git/user.1/pkgname"
    [all...]
help.go 166 import "hub.jazz.net/git/user/project"
167 import "hub.jazz.net/git/user/project/sub/directory"
vcs.go 876 prefix: "hub.jazz.net/git",
877 re: `^(?P<root>hub.jazz.net/git/[a-z0-9]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$`,
alldocs.go     [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 77 uint64_t hwHubType; // Which hub type is this compiled for
88 CONTEXT_HUB_QUERY_APPS = 5, // Query for app(s) info on hub
90 CONTEXT_HUB_OS_REBOOT = 7, // Request to reboot context HUB OS
266 ALOGW("Context Hub handle %d restarted", mContextHubId);
269 ALOGW("Cannot handle event %u from hub %d", evt, mContextHubId);
300 // is up and running on the Context Hub. However,
361 uint32_t hubHandle; // Id of the hub this app is on
423 ALOGD("Sent query for apps to hub %" PRIu32 " with result %" PRIu32, hubId, r);
477 ALOGI("%s App 0x%" PRIx64 " on hub Handle %" PRId32
566 ALOGE("Could not load context hub hal")
989 jobject hub; local
    [all...]
  /device/google/contexthub/contexthubhal/test/
main.cpp 73 explicit Client(const context_hub_t *hub, CHub *parent) {
74 mHub = hub;
101 CHub *hub = static_cast<CHub*>(cookie); local
102 hub->onMessage(id, msg);
182 CHub *hub = CHub::instantiate(); local
183 mClient = hub->getClientByIndex(idx);
  /device/google/contexthub/sensorhal/
hubconnection.h 275 static void enableSchedFifoMode(sp<HubConnection> hub);
hubconnection.cpp 284 void HubConnection::enableSchedFifoMode(sp<HubConnection> hub) {
301 Return<bool> ret = scheduler->requestPriority(::getpid(), hub->getTid(), max);
312 if (sched_setscheduler(hub->getTid(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param) != 0) {
594 // the hub. This last step count would then become the new offset.
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 37 1. add a &amp;lt;link rel=&amp;quot;hub&amp;quot; href=&amp;quot;hub-server&amp;quot;&amp;gt; tag to all
39 2. every time one of those feeds changes, tell the hub
42 I have tested this by adding debug prints to a local hub
152 1. add a &lt;link rel=&quot;hub&quot; href=&quot;hub-server&quot;&gt; tag to all
154 2. every time one of those feeds changes, tell the hub
157 I have tested this by adding debug prints to a local hub
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 37 1. add a &amp;lt;link rel=&amp;quot;hub&amp;quot; href=&amp;quot;hub-server&amp;quot;&amp;gt; tag to all
39 2. every time one of those feeds changes, tell the hub
42 I have tested this by adding debug prints to a local hub
152 1. add a &lt;link rel=&quot;hub&quot; href=&quot;hub-server&quot;&gt; tag to all
154 2. every time one of those feeds changes, tell the hub
157 I have tested this by adding debug prints to a local hub
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c     [all...]
  /external/autotest/server/cros/
chaos_dynamic_ap_list.conf     [all...]

Completed in 394 milliseconds