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

  /device/google/contexthub/util/nanotool/
nanotool.cpp 97 " load_cal: send data from calibration file to hub\n"
102 " flash: Load a new firmware image to the hub\n"
123 " -l, --log Outputs logs from the sensor hub as they become available.\n"
420 std::unique_ptr<ContextHub> hub = GetContextHub(args); local
421 if (!hub || !hub->Initialize()) {
426 hub->SetLoggingEnabled(args->logging_enabled);
431 success = hub->DisableSensors(args->sensors);
434 success = hub->DisableAllSensors();
438 hub->PrintAllEvents(args->count)
    [all...]
  /frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp 96 uint32_t hubHandle; // Id of the hub this app is on
130 ALOGD("%s: Hub information is null for hubHandle %d", __FUNCTION__, hubHandle);
142 ALOGD("%s: Hub information is null for hubHandle %d", __FUNCTION__, hubHandle);
194 ALOGD("Sending query for apps to hub %d", i);
197 ALOGW("Could not query hub %i for apps", i);
246 ALOGW("Added App 0x%" PRIx64 " on hub Handle %" PRId32
310 ALOGW("No Context Hub Module present");
532 static jobject constructJContextHubInfo(JNIEnv *env, const struct context_hub_t *hub) {
541 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetId, hub->hub_id);
543 jstrBuf = env->NewStringUTF(hub->name)
588 jobject hub; local
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 15 # to the physical numerical label on the physical port e.g. on a USB hub.
17 # (e.g. the port labeled "1" on a USB hub does not always show up as "port 1"
20 # model of USB hub. When "port number" is referenced without specifying, it
316 """Defines a type of hub.
320 to determine if the node represents this type of hub.
328 to port 1, on a device which is connected to port 2 on the hub.
335 """Determines if the given Node is a hub of this type.
343 """Gets devices connected to the physical ports on a hub of this type.
346 node: [USBNode] Node representing a hub of this type.
353 ValueError: If the given node isn't a hub of this type
    [all...]
  /external/autotest/server/cros/
chaos_dynamic_ap_list.conf 1179 brand = bt-hub
    [all...]

Completed in 283 milliseconds