summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-11-25 12:55:44 -0500
committerMike Lockwood <lockwood@android.com>2009-11-25 12:55:44 -0500
commitdeb1c961a595a98917d4cf370ff85af0e1349192 (patch)
tree0797d94ac2d60997b0c1ff724dab226713f84a56 /include
parent323028bd21a3d184efdcb2b6b0896fa343c32510 (diff)
downloadhardware_libhardware_legacy-deb1c961a595a98917d4cf370ff85af0e1349192.tar.gz
hardware_libhardware_legacy-deb1c961a595a98917d4cf370ff85af0e1349192.tar.bz2
hardware_libhardware_legacy-deb1c961a595a98917d4cf370ff85af0e1349192.zip
Remove obsolete flashlight support.
Change-Id: I7d366449301ee685bb3202c738ade06c3102229e Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/flashlight.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/include/hardware_legacy/flashlight.h b/include/hardware_legacy/flashlight.h
deleted file mode 100644
index d372307..0000000
--- a/include/hardware_legacy/flashlight.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (C) 2008 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef _HARDWARE_FLASHLIGHT_H
-#define _HARDWARE_FLASHLIGHT_H
-
-#if __cplusplus
-extern "C" {
-#endif
-
-int get_flashlight_enabled();
-int set_flashlight_enabled(int on);
-int enable_camera_flash(int milliseconds);
-
-#if __cplusplus
-} // extern "C"
-#endif
-
-#endif // _HARDWARE_FLASHLIGHT_H