Searched refs:open (Results 51 - 75 of 300) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsService.aidl35 int open(int phoneId, int serviceClass, in PendingIntent incomingCallIntent,
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h94 int open(const Path& pPath, int pOFlag);
95 int open(const Path& pPath, int pOFlag, int pPermission);
/frameworks/av/media/img_utils/src/
H A DFileInput.cpp34 status_t FileInput::open() { function in class:android::img_utils::FileInput
36 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
41 ALOGE("%s: Could not open file %s", __FUNCTION__, mPath.string());
50 ALOGE("%s: Could not read file %s, file not open.", __FUNCTION__, mPath.string());
H A DFileOutput.cpp28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string());
33 status_t FileOutput::open() { function in class:android::img_utils::FileOutput
35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
40 ALOGE("%s: Could not open file %s", __FUNCTION__, mPath.string());
49 ALOGE("%s: Could not write file %s, file not open.", __FUNCTION__, mPath.string());
/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h48 virtual status_t open(
H A DSpdifStreamOut.h46 virtual status_t open(
/frameworks/base/cmds/backup/
H A Dbackup.cpp57 fd = open(filename, O_RDONLY);
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.h40 static Device* open(int32_t id, const char* name, int32_t vid, int32_t pid,
/frameworks/base/core/java/android/hardware/
H A DSerialPort.java54 public void open(ParcelFileDescriptor pfd, int speed) throws IOException { method in class:SerialPort
/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java65 mCloseGuard.open("dispose");
/frameworks/base/core/tests/coretests/src/android/content/
H A DAssetTest.java64 InputStream is = mAssets.open("text.txt");
/frameworks/base/include/androidfw/
H A DZipFileRO.h59 * "open" and "find entry by name" are fast operations and use as little
80 static ZipFileRO* open(const char* zipFileName);
151 * Uncompress the data to an open file descriptor.
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
H A DSinWaveFilter.java52 public void open(FilterContext env) { method in class:SinWaveFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java64 public void open(FilterContext env) { method in class:ThroughputFilter
/frameworks/base/packages/DefaultContainerService/jni/
H A Dcom_android_defcontainer_MeasurementUtils.cpp40 int dirfd = open(path, O_DIRECTORY, O_RDONLY);
/frameworks/base/services/core/jni/
H A Dcom_android_server_SerialService.cpp41 int fd = open(pathStr, O_RDWR | O_NOCTTY);
43 ALOGE("could not open %s", pathStr);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java56 startDone.open();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DAvgBrightnessFilterTest.java47 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
H A DContrastRatioFilterTest.java55 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
H A DExposureFilterTest.java52 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp44 int fd = open("/dev/urandom", O_RDONLY);
46 fprintf(stderr, "Could not open /dev/urandom: %s\n", strerror(errno));
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelAnalyzer.java147 int open = className.indexOf('<');
148 if (open == -1) {
152 generic = applyImports(className.substring(open + 1, lastCharIndex), imports);
153 className = className.substring(0, open);
/frameworks/av/media/libcpustats/
H A DThreadCpuUsage.cpp174 int fd = open("/sys/devices/system/cpu/kernel_max", O_RDONLY);
196 ALOGW("Can't open number of CPUs");
213 // some kernels can't open a scaling file until hot plug complete
224 fd = open(freq_path, O_RDONLY | O_CLOEXEC);
230 ALOGW("getCpukHz can't open CPU %d", cpuNum);
/frameworks/base/media/java/android/media/midi/
H A DMidiDevice.java63 mGuard.open("close");
101 mGuard.open("close");
114 * Called to open a {@link MidiInputPort} for the specified port number.
118 * A {@link MidiDeviceStatus} can be used to determine if an input port is already open.
120 * @param portNumber the number of the input port to open
121 * @return the {@link MidiInputPort} if the open is successful,
139 * Called to open a {@link MidiOutputPort} for the specified port number.
143 * @param portNumber the number of the output port to open
144 * @return the {@link MidiOutputPort} if the open is successful,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java169 public void open(FilterContext context) { method in class:SurfaceTextureSource
251 mNewFrameAvailable.open();

Completed in 700 milliseconds

1234567891011>>