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

  /hardware/libhardware/include/hardware/
context_hub.h 370 * CONTEXT_HUB_OS_REBOOT
405 CONTEXT_HUB_OS_REBOOT = 7, // Request to reboot context HUB OS
  /device/google/contexthub/contexthubhal/
system_comms.cpp 302 case CONTEXT_HUB_OS_REBOOT:
616 sendToApp(CONTEXT_HUB_OS_REBOOT, &rsp.status, sizeof(rsp.status));
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp 181 msg.message_type = CONTEXT_HUB_OS_REBOOT;
317 case CONTEXT_HUB_OS_REBOOT:
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 90 CONTEXT_HUB_OS_REBOOT = 7, // Request to reboot context HUB OS
608 passOnOsResponse(hubId, CONTEXT_HUB_OS_REBOOT, result, nullptr, 0);
    [all...]

Completed in 162 milliseconds