Home
last modified time | relevance | path

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

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiService.java64 void deviceClosed(BluetoothDevice device) { in deviceClosed() method in BluetoothMidiService
DBluetoothMidiDevice.java329 mService.deviceClosed(mBluetoothDevice); in close()
/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h95 status_t deviceClosed(const std::string& cameraId);
DCameraFlashlight.cpp291 status_t CameraFlashlight::deviceClosed(const std::string& cameraId) { in deviceClosed() function in android::CameraFlashlight
DCameraService.cpp4170 sCameraService->mFlashlight->deviceClosed(mCameraIdStr); in disconnect()
/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/
DBookStyleClosedStatePredicate.java372 public void onDeviceClosedStatusChanged(boolean deviceClosed) { in onDeviceClosedStatusChanged() argument
373 mDeviceClosed = deviceClosed; in onDeviceClosedStatusChanged()