Searched defs:appId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java159 int appId = registerHealthAppNative(appConfig.getDataType(), halRole,
161 if (appId == -1) {
175 appInfo.mAppId = appId;
185 int appId = (mApps.get(appConfig)).mAppId;
186 if (!unregisterHealthAppNative(appId)) {
187 Log.e(TAG, "Failed to unregister application: id: " + appId);
197 int appId = (mApps.get(chan.mConfig)).mAppId;
198 chan.mChannelId = connectChannelNative(devAddr, appId);
473 private void onAppRegistrationState(int appId, int state) { argument
475 msg.arg1 = appId;
480 onChannelStateChanged(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor pfd) argument
513 findAppConfigByAppId(int appId) argument
838 ChannelStateEvent(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor fileDescriptor) argument
876 unregisterHealthAppNative(int appId) argument
877 connectChannelNative(byte[] btAddress, int appId) argument
[all...]

Completed in 101 milliseconds