Lines Matching refs:message

88     // message.obj is an intent AudioManager.VOLUME_CHANGED_ACTION
312 public boolean processMessage(Message message) {
313 log("Disconnected process message: " + message.what +
323 switch(message.what) {
325 BluetoothDevice device = (BluetoothDevice) message.obj;
349 processIntentBatteryChanged((Intent) message.obj);
352 processCallState((HeadsetCallState) message.obj,
353 ((message.arg1 == 1)?true:false));
356 StackEvent event = (StackEvent) message.obj;
456 public boolean processMessage(Message message) {
457 log("Pending process message: " + message.what + ", size: "
461 switch(message.what) {
464 deferMessage(message);
471 BluetoothDevice device = (BluetoothDevice) message.obj;
481 deferMessage(message);
485 processIntentBatteryChanged((Intent) message.obj);
488 processCallState((HeadsetCallState) message.obj,
489 ((message.arg1 == 1)?true:false));
492 StackEvent event = (StackEvent) message.obj;
737 public boolean processMessage(Message message) {
738 log("Connected process message: " + message.what +
748 switch(message.what) {
751 BluetoothDevice device = (BluetoothDevice) message.obj;
812 BluetoothDevice device = (BluetoothDevice) message.obj;
852 processCallState((HeadsetCallState) message.obj, ((message.arg1==1)?true:false));
855 processIntentBatteryChanged((Intent) message.obj);
858 processDeviceStateChanged((HeadsetDeviceState) message.obj);
861 processSendClccResponse((HeadsetClccResponse) message.obj);
865 BluetoothDevice device = (BluetoothDevice) message.obj;
871 (HeadsetVendorSpecificResultCode) message.obj);
875 BluetoothDevice device = (BluetoothDevice) message.obj;
891 BluetoothDevice device = (BluetoothDevice) message.obj;
897 BluetoothDevice device = (BluetoothDevice) message.obj;
903 BluetoothDevice device = (BluetoothDevice) message.obj;
905 device = (BluetoothDevice) message.obj;
914 StackEvent event = (StackEvent) message.obj;
1137 public boolean processMessage(Message message) {
1138 log("AudioOn process message: " + message.what + ", size: " +
1148 switch(message.what) {
1151 BluetoothDevice device = (BluetoothDevice) message.obj;
1226 BluetoothDevice device = (BluetoothDevice)message.obj;
1234 deferMessage(obtainMessage(DISCONNECT, message.obj));
1283 processIntentScoVolume((Intent) message.obj, mActiveScoDevice);
1286 processCallState((HeadsetCallState) message.obj, ((message.arg1 == 1)?true:false));
1289 processIntentBatteryChanged((Intent) message.obj);
1292 processDeviceStateChanged((HeadsetDeviceState) message.obj);
1295 processSendClccResponse((HeadsetClccResponse) message.obj);
1299 BluetoothDevice device = (BluetoothDevice) message.obj;
1305 (HeadsetVendorSpecificResultCode) message.obj);
1318 BluetoothDevice device = (BluetoothDevice)message.obj;
1328 BluetoothDevice device = (BluetoothDevice)message.obj;
1338 StackEvent event = (StackEvent) message.obj;
1565 public boolean processMessage(Message message) {
1566 log("MultiHFPending process message: " + message.what +
1570 switch(message.what) {
1572 deferMessage(message);
1597 BluetoothDevice device = (BluetoothDevice) message.obj;
1608 deferMessage(message);
1612 device = (BluetoothDevice) message.obj;
1618 device = (BluetoothDevice) message.obj;
1624 processIntentBatteryChanged((Intent) message.obj);
1627 processCallState((HeadsetCallState) message.obj,
1628 ((message.arg1 == 1)?true:false));
1631 processDeviceStateChanged((HeadsetDeviceState) message.obj);
1634 processSendClccResponse((HeadsetClccResponse) message.obj);
1638 device = (BluetoothDevice) message.obj;
1644 device = (BluetoothDevice) message.obj;
1651 device = (BluetoothDevice) message.obj;
1657 device = (BluetoothDevice) message.obj;
1664 device = (BluetoothDevice) message.obj;
1673 StackEvent event = (StackEvent) message.obj;
3243 // Event types for STACK_EVENT message