Searched refs:deviceClosed (Results 1 – 6 of 6) sorted by relevance
64 void deviceClosed(BluetoothDevice device) { in deviceClosed() method in BluetoothMidiService
329 mService.deviceClosed(mBluetoothDevice); in close()
95 status_t deviceClosed(const std::string& cameraId);
291 status_t CameraFlashlight::deviceClosed(const std::string& cameraId) { in deviceClosed() function in android::CameraFlashlight
4170 sCameraService->mFlashlight->deviceClosed(mCameraIdStr); in disconnect()
372 public void onDeviceClosedStatusChanged(boolean deviceClosed) { in onDeviceClosedStatusChanged() argument373 mDeviceClosed = deviceClosed; in onDeviceClosedStatusChanged()