HomeSort by relevance Sort by last modified time
    Searched full:channelstateevent (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 248 ChannelStateEvent channelStateEvent = (ChannelStateEvent) msg.obj;
249 HealthChannel chan = findChannelById(channelStateEvent.mChannelId);
251 findAppConfigByAppId(channelStateEvent.mAppId);
253 newState = convertHalChannelState(channelStateEvent.mState);
262 BluetoothDevice device = getDevice(channelStateEvent.mAddr);
264 chan.mChannelId = channelStateEvent.mChannelId;
267 newState = convertHalChannelState(channelStateEvent.mState);
270 chan.mChannelFd = ParcelFileDescriptor.dup(channelStateEvent.mFd)
    [all...]

Completed in 32 milliseconds