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

  /device/google/contexthub/contexthubhal/
nanohubhal_default.cpp 59 .num_connected_sensors = sizeof(mSensors) / sizeof(*mSensors),
  /hardware/libhardware/include/hardware/
context_hub.h 239 uint32_t num_connected_sensors; // number of connected sensors member in struct:context_hub_t
  /frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp 911 jintBuf = env->NewIntArray(hub->num_connected_sensors);
912 int *connectedSensors = new int[hub->num_connected_sensors];
918 for (unsigned int i = 0; i < hub->num_connected_sensors; i++) {
923 env->SetIntArrayRegion(jintBuf, 0, hub->num_connected_sensors,
    [all...]

Completed in 164 milliseconds