/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | LocalBluetoothProfileManager.java | 172 public abstract boolean connect(BluetoothDevice device); in connect() 174 public abstract boolean disconnect(BluetoothDevice device); in disconnect() 176 public abstract int getConnectionStatus(BluetoothDevice device); in getConnectionStatus() 178 public abstract int getSummary(BluetoothDevice device); in getSummary() 182 public abstract boolean isPreferred(BluetoothDevice device); in isPreferred() 184 public abstract int getPreferred(BluetoothDevice device); in getPreferred() 186 public abstract void setPreferred(BluetoothDevice device, boolean preferred); in setPreferred() 188 public boolean isConnected(BluetoothDevice device) { in isConnected() 224 public boolean connect(BluetoothDevice device) { in connect() 235 public boolean disconnect(BluetoothDevice device) { in disconnect() [all …]
|
D | CachedBluetoothDeviceManager.java | 77 public synchronized void onDeviceAppeared(BluetoothDevice device, short rssi, in onDeviceAppeared() 97 public synchronized void onDeviceDisappeared(BluetoothDevice device) { in onDeviceDisappeared() 114 public synchronized void onDeviceNameUpdated(BluetoothDevice device) { in onDeviceNameUpdated() 121 public synchronized CachedBluetoothDevice findDevice(BluetoothDevice device) { in findDevice() 140 public String getName(BluetoothDevice device) { in getName() 168 public synchronized void onBondingStateChanged(BluetoothDevice device, int bondState) { in onBondingStateChanged() 194 public synchronized void showUnbondMessage(BluetoothDevice device, int reason) { in showUnbondMessage() 223 public synchronized void onProfileStateChanged(BluetoothDevice device, Profile profile, in onProfileStateChanged() 232 public synchronized void onConnectingError(BluetoothDevice device) { in onConnectingError() 255 public synchronized void onBtClassChanged(BluetoothDevice device) { in onBtClassChanged() [all …]
|
D | DockService.java | 238 BluetoothDevice device = null; in processMessage() local 374 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in parseIntent() local 407 private boolean createDialog(DockService service, BluetoothDevice device, int state, in createDialog() 495 private CharSequence[] initBtSettings(DockService service, BluetoothDevice device, int state, in initBtSettings() 574 BluetoothDevice device = i in handleBtStateChange() local 650 private synchronized void connectIfEnabled(BluetoothDevice device) { in connectIfEnabled() 672 private synchronized void applyBtSettings(final BluetoothDevice device, int startId) { in applyBtSettings() 742 private synchronized void handleDocked(final BluetoothDevice device, final int state, in handleDocked() 754 BluetoothDevice device) { in handleUndocked() 769 LocalBluetoothManager localManager, BluetoothDevice device) { in getCachedBluetoothDevice()
|
D | ConnectSpecificProfilesActivity.java | 66 BluetoothDevice device; in onCreate() local 253 BluetoothDevice device = mCachedDevice.getDevice(); in refreshProfilePreference() local 282 Profile profile, BluetoothDevice device, int connectionStatus, boolean onlineMode) { in getProfileSummary()
|
D | BluetoothEventRedirector.java | 189 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in getDockedDeviceAddress() local
|
D | BluetoothPairingRequest.java | 49 BluetoothDevice device = in onReceive() local
|
D | BluetoothSettings.java | 235 CachedBluetoothDevice device = btPreference.getCachedDevice(); in onPreferenceTreeClick() local 362 private void sendDevicePickedIntent(BluetoothDevice device) { in sendDevicePickedIntent()
|
D | DockEventReceiver.java | 57 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
|
D | CachedBluetoothDevice.java | 128 CachedBluetoothDevice(Context context, BluetoothDevice device) { in CachedBluetoothDevice() 277 private void disconnectConnected(CachedBluetoothDevice device, Profile profile) { in disconnectConnected()
|
D | LocalBluetoothManager.java | 278 public void showError(BluetoothDevice device, int titleResId, int messageResId) { in showError()
|
/packages/apps/Phone/src/com/android/phone/ |
D | BluetoothHeadsetService.java | 343 private BluetoothDevice device; field in BluetoothHeadsetService.RfcommConnectThread 350 public RfcommConnectThread(BluetoothDevice device, int channel, int type) { in RfcommConnectThread() 473 private void setState(BluetoothDevice device, int state) { in setState() 477 private void setState(BluetoothDevice device, int state, int result) { in setState() 481 private synchronized void setState(BluetoothDevice device, in setState() 526 private void setPriority(BluetoothDevice device, int priority) { in setPriority() 534 private int getPriority(BluetoothDevice device) { in getPriority() 565 private synchronized void getSdpRecordsAndConnect(BluetoothDevice device) { in getSdpRecordsAndConnect()
|
D | BluetoothHandsfree.java | 1076 private void broadcastAudioStateIntent(int state, BluetoothDevice device) { in broadcastAudioStateIntent() 1190 BluetoothDevice device = null; in audioOff() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppManager.java | 256 public String getDeviceName(BluetoothDevice device) { in getDeviceName() 281 public void startTransfer(BluetoothDevice device) { in startTransfer() 328 public InsertShareInfoThread(BluetoothDevice device, boolean multiple, in InsertShareInfoThread()
|
D | BluetoothOppTransfer.java | 585 private final BluetoothDevice device; field in BluetoothOppTransfer.SocketConnectThread 605 public SocketConnectThread(BluetoothDevice device, int channel) { in SocketConnectThread()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NativeNfcManager.java | 133 private void notifyLlcpLinkActivation(NativeP2pDevice device) { in notifyLlcpLinkActivation() 140 private void notifyLlcpLinkDeactivated(NativeP2pDevice device) { in notifyLlcpLinkDeactivated()
|
D | NfcService.java | 2116 NativeP2pDevice device = (NativeP2pDevice) object; in maybeDisconnectTarget() local 2324 Object device = null; in findObject() local 2589 NativeP2pDevice device = (NativeP2pDevice) msg.obj; in handleMessage() local 2602 mObjectMap.put(device.getHandle(), device); in handleMessage() local 2627 mObjectMap.put(device.getHandle(), device); in handleMessage() local
|
/packages/experimental/procstatlog/ |
D | procstatlog.c | 175 char *line, *device = NULL; in read_proc_yaffs() local
|