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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java205 chan.mChannelId = connectChannelNative(devAddr, appId);
206 if (chan.mChannelId == -1) {
210 chan.mChannelFd, chan.mChannelId);
214 chan.mChannelFd, chan.mChannelId);
221 if (!disconnectChannelNative(chan.mChannelId)) {
225 chan.mChannelFd, chan.mChannelId);
229 chan.mChannelFd, chan.mChannelId);
252 HealthChannel chan = findChannelById(channelStateEvent.mChannelId);
267 chan.mChannelId = channelStateEvent.mChannelId;
847 private int mChannelId; field in class:HealthService.HealthChannel
865 int mChannelId; field in class:HealthService.ChannelStateEvent
[all...]
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java1010 private final long mChannelId; field in class:TvProvider.PipeMonitor
1015 mChannelId = channelId;
1027 Log.e(TAG, "Failed to decode logo image for channel ID " + mChannelId);
1050 Uri uri = TvContract.buildChannelLogoUri(mChannelId);
1056 mPfd.closeWithError("Failed to write logo for channel ID " + mChannelId);

Completed in 165 milliseconds