/frameworks/base/core/java/android/view/ |
InputQueue.java | 2 * Copyright (C) 2010 The Android Open Source Project 54 mCloseGuard.open("dispose");
|
/frameworks/base/core/jni/ |
android_ddm_DdmHandleNativeHeap.cpp | 3 ** Copyright 2006, The Android Open Source Project 49 int fd = open(path, O_RDONLY);
|
android_os_SystemClock.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 66 fd = open("/dev/alarm", O_RDWR); 68 ALOGW("Unable to open alarm driver: %s\n", strerror(errno));
|
/frameworks/base/include/androidfw/ |
ZipFileRO.h | 2 * Copyright (C) 2007 The Android Open Source Project 52 * Open a Zip archive for reading. 54 * We want "open" and "find entry by name" to be fast operations, and we 83 * Open an archive. 85 status_t open(const char* zipFileName); 155 * Uncompress the data to an open file descriptor. 231 /* open Zip archive */
|
/frameworks/base/media/mca/ |
structgen.py | 4 # Copyright (C) 2011 The Android Open Source Project 193 # Open the file 194 txtfile = open(filepath) 353 hfile = open(hfilepath, 'w') 357 javafile = open(javafilepath, 'w') 361 jnifile = open(jnifilepath, 'w')
|
/frameworks/base/services/jni/ |
com_android_server_ConsumerIrService.cpp | 2 * Copyright (C) 2013 The Android Open Source Project 39 ALOGE("Can't open consumer IR HW Module, error: %d", err); 43 err = module->methods->open(module, CONSUMERIR_TRANSMITTER, 46 ALOGE("Can't open consumer IR transmitter, error: %d", err);
|
com_android_server_LightsService.cpp | 2 * Copyright (C) 2009 The Android Open Source Project 55 err = module->methods->open(module, name, &device);
|
/frameworks/base/tools/aapt/ |
printapk.cpp | 44 fd = open(filename, O_RDONLY); 46 fprintf(stderr, "apk: couldn't open file for read: %s\n", filename);
|
/frameworks/compile/libbcc/tools/build/ |
gen-build-info.py | 3 # Copyright (C) 2011-2012 The Android Open Source Project 61 f = open(path, 'rb')
|
/frameworks/native/libs/input/ |
VirtualKeyMap.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 53 status_t status = Tokenizer::open(filename, &tokenizer);
|
/hardware/invensense/60xx/libsensors_iio/ |
MPLSupport.cpp | 49 fd = open(fname, O_RDONLY); 152 LOGE("HAL:ERR open file %s to read with error %d", filename, res); 167 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 2 * Copyright (C) 2008 The Android Open Source Project 60 * Name of the graphics device to open 303 return module->methods->open(module,
|
hwcomposer.h | 2 * Copyright (C) 2010 The Android Open Source Project 46 * Name of the sensors device to open 635 return module->methods->open(module,
|
keymaster.h | 2 * Copyright (C) 2011 The Android Open Source Project 244 int rc = module->methods->open(module, KEYSTORE_KEYMASTER,
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 40 open: hwc_device_open 50 author: "The Android Open Source Project",
|
/hardware/libhardware/tests/camera2/ |
CameraModuleTests.cpp | 2 * Copyright (C) 2012 The Android Open Source Project 97 mModule->common.methods->open( 103 << "Incorrect error code when trying to open camera with invalid id " 134 * TODO: Additional test to add: open two cameras at once. 136 * - open same device multiple times
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.h | 195 status_t (*open)(alsa_handle_t *); member in struct:android_audio_legacy::alsa_device_t 279 status_t open(int mode); 336 status_t open(int mode); 408 status_t open(int mode);
|
AudioStreamOutALSA.cpp | 196 mHandle->module->open(mHandle); 198 ALOGE("write:: device open failed"); 264 mHandle->module->open(mHandle); 266 ALOGE("write:: device re-open failed"); 290 status_t AudioStreamOutALSA::open(int mode) function in class:android_audio_legacy::AudioStreamOutALSA 294 return ALSAStreamOps::open(mode);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 86 fd_timestamp = open(vsync_timestamp_fb0, O_RDONLY); 90 ALOGE ("FATAL:%s:not able to open file:%s, %s", __FUNCTION__,
|
/hardware/qcom/display/msm8974/libqdutils/ |
mdp_version.cpp | 41 int fb_fd = open("/dev/graphics/fb0", O_RDWR); 130 ALOGE("Failed to open mdss_fb_split node");
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_vsync.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 86 fd_timestamp = open(vsync_timestamp_fb0, O_RDONLY); 90 ALOGE ("FATAL:%s:not able to open file:%s, %s", __FUNCTION__,
|
/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
vidc_color_converter.cpp | 89 bool omx_c2d_conv::open(unsigned int height,unsigned int width, function in class:omx_c2d_conv
|
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
vidc_color_converter.cpp | 99 bool omx_c2d_conv::open(unsigned int height,unsigned int width, function in class:omx_c2d_conv
|
/hardware/samsung_slsi/exynos5/libion_exynos/ |
libion.cpp | 69 return open("/dev/ion", O_RDWR);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/ |
MobiCoreDevice.h | 99 * puts the MCP command for open session until the internal session objects 102 std::queue<notification_t> notifications; /**< Notifications queue for open session notification */ 127 bool open(Connection *connection);
|