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

  /frameworks/base/core/java/android/hardware/location/
IContextHubService.aidl 42 int loadNanoApp(int hubHandle, in NanoApp app);
51 int[] findNanoAppOnHub(int hubHandle, in NanoAppFilter filter);
54 int sendMessage(int hubHandle, int nanoAppHandle, in ContextHubMessage msg);
ContextHubManager.java 60 * @param hubHandle Handle (system-wide unique identifier) of the hub of the message.
67 int hubHandle,
81 * @param hubHandle Handle (system-wide unique identifier) of the hub of the message.
87 void onMessageReceipt(int hubHandle, int nanoAppHandle, ContextHubMessage message);
107 * @param hubHandle Handle (system-wide unique identifier) of a context hub.
112 public ContextHubInfo getContextHubInfo(int hubHandle) {
115 retVal = getBinder().getContextHubInfo(hubHandle);
134 * @param hubHandle handle of context hub to load the app on.
142 public int loadNanoApp(int hubHandle, NanoApp app) {
150 retVal = getBinder().loadNanoApp(hubHandle, app)
    [all...]
ContextHubService.java 259 public int[] findNanoAppOnHub(int hubHandle, NanoAppFilter filter) throws RemoteException {
280 public int sendMessage(int hubHandle, int nanoAppHandle, ContextHubMessage msg)
285 msgHeader[HEADER_FIELD_HUB_HANDLE] = hubHandle;
352 private int addAppInstance(int hubHandle, int appInstanceHandle, long appId, int appVersion) {
359 appInfo.setContexthubId(hubHandle);
  /frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp 113 uint32_t hubHandle; // Id of the hub this app is on
260 const context_hub_t *get_hub_info(int hubHandle) {
261 if (hubHandle >= 0 && hubHandle < db.hubInfo.numHubs) {
262 return &db.hubInfo.hubs[hubHandle];
267 static int send_msg_to_hub(const hub_message_t *msg, int hubHandle) {
268 const context_hub_t *info = get_hub_info(hubHandle);
273 ALOGD("%s: Hub information is null for hubHandle %d", __FUNCTION__, hubHandle);
278 static int set_os_app_as_destination(hub_message_t *msg, int hubHandle) {
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 866 milliseconds