Home
last modified time | relevance | path

Searched refs:channelStateEvent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java251 ChannelStateEvent channelStateEvent = (ChannelStateEvent) msg.obj; in handleMessage() local
252 HealthChannel chan = findChannelById(channelStateEvent.mChannelId); in handleMessage()
254 findAppConfigByAppId(channelStateEvent.mAppId); in handleMessage()
256 newState = convertHalChannelState(channelStateEvent.mState); in handleMessage()
265 BluetoothDevice device = getDevice(channelStateEvent.mAddr); in handleMessage()
267 chan.mChannelId = channelStateEvent.mChannelId; in handleMessage()
270 newState = convertHalChannelState(channelStateEvent.mState); in handleMessage()
273 chan.mChannelFd = ParcelFileDescriptor.dup(channelStateEvent.mFd); in handleMessage()
286 if (channelStateEvent.mState == CONN_STATE_DESTROYED) { in handleMessage()
497 ChannelStateEvent channelStateEvent = new ChannelStateEvent(appId, addr, cfgIndex, in onChannelStateChanged() local
[all …]