Home
last modified time | relevance | path

Searched defs:device (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothProfileManager.java172 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 …]
DCachedBluetoothDeviceManager.java77 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 …]
DDockService.java238 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()
DConnectSpecificProfilesActivity.java66 BluetoothDevice device; in onCreate() local
253 BluetoothDevice device = mCachedDevice.getDevice(); in refreshProfilePreference() local
282 Profile profile, BluetoothDevice device, int connectionStatus, boolean onlineMode) { in getProfileSummary()
DBluetoothEventRedirector.java189 BluetoothDevice device = i.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in getDockedDeviceAddress() local
DBluetoothPairingRequest.java49 BluetoothDevice device = in onReceive() local
DBluetoothSettings.java235 CachedBluetoothDevice device = btPreference.getCachedDevice(); in onPreferenceTreeClick() local
362 private void sendDevicePickedIntent(BluetoothDevice device) { in sendDevicePickedIntent()
DDockEventReceiver.java57 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
DCachedBluetoothDevice.java128 CachedBluetoothDevice(Context context, BluetoothDevice device) { in CachedBluetoothDevice()
277 private void disconnectConnected(CachedBluetoothDevice device, Profile profile) { in disconnectConnected()
DLocalBluetoothManager.java278 public void showError(BluetoothDevice device, int titleResId, int messageResId) { in showError()
/packages/apps/Phone/src/com/android/phone/
DBluetoothHeadsetService.java343 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()
DBluetoothHandsfree.java1076 private void broadcastAudioStateIntent(int state, BluetoothDevice device) { in broadcastAudioStateIntent()
1190 BluetoothDevice device = null; in audioOff() local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java256 public String getDeviceName(BluetoothDevice device) { in getDeviceName()
281 public void startTransfer(BluetoothDevice device) { in startTransfer()
328 public InsertShareInfoThread(BluetoothDevice device, boolean multiple, in InsertShareInfoThread()
DBluetoothOppTransfer.java585 private final BluetoothDevice device; field in BluetoothOppTransfer.SocketConnectThread
605 public SocketConnectThread(BluetoothDevice device, int channel) { in SocketConnectThread()
/packages/apps/Nfc/src/com/android/nfc/
DNativeNfcManager.java133 private void notifyLlcpLinkActivation(NativeP2pDevice device) { in notifyLlcpLinkActivation()
140 private void notifyLlcpLinkDeactivated(NativeP2pDevice device) { in notifyLlcpLinkDeactivated()
DNfcService.java2116 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/
Dprocstatlog.c175 char *line, *device = NULL; in read_proc_yaffs() local