Home
last modified time | relevance | path

Searched defs:serverNanoappId (Results 1 – 5 of 5) sorted by relevance

/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
DChreRpcClient.java65 long serverNanoappId, List<Service> services, in ChreRpcClient()
90 public ChreRpcClient(ContextHubClient contextHubClient, long serverNanoappId, in ChreRpcClient()
109 public static boolean hasService(NanoAppState state, long serverNanoappId, long serviceId, in hasService()
/system/chre/util/include/chre/util/pigweed/
Drpc_client.h46 explicit RpcClient(uint64_t serverNanoappId) in RpcClient()
/system/chre/host/common/include/chre_host/pigweed/
Dhal_channel_output.h36 uint64_t serverNanoappId, size_t maxMessageLen) in HalChannelOutput()
Dhal_rpc_client.h129 uint16_t hostEndpointId, uint64_t serverNanoappId) in HalRpcClient()
/system/chre/host/common/pigweed/
Dhal_rpc_client.cc40 uint64_t serverNanoappId) { in createClient()