HomeSort by relevance Sort by last modified time
    Searched defs:open (Results 301 - 325 of 1681) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 2 * Copyright (C) 2012 The Android Open Source Project
89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) function in class:default_camera_hal::CameraHAL
107 return mCameras[id]->open(mod, dev);
164 return gCameraHAL.open(mod, name, dev);
168 .open = open_dev
178 .author = "The Android Open Source Project",
  /hardware/nxp/nfc/1.1/
Nfc.cpp 42 ALOGD_IF(nfc_debug_enabled, "Nfc::open null callback");
48 return open(clientCallback);
52 Return<V1_0::NfcStatus> Nfc::open( function in class:android::hardware::nfc::V1_1::implementation::Nfc
54 ALOGD_IF(nfc_debug_enabled, "Nfc::open Enter");
56 ALOGD_IF(nfc_debug_enabled, "Nfc::open null callback");
64 ALOGD_IF(nfc_debug_enabled, "Nfc::open Exit");
  /hardware/qcom/audio/legacy/alsa_sound/
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/camera/msm8998/mm-image-codec/qomx_core/
qomx_core.h 65 * @open: Is the component active
76 uint8_t open; //Is component active member in struct:_omx_core_component_t
  /hardware/qcom/display/msm8226/liboverlay/
overlayMem.h 57 bool open(uint32_t numbufs,
120 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
  /hardware/qcom/display/msm8960/liboverlay/
overlayMem.h 56 bool open(uint32_t numbufs,
116 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
  /hardware/qcom/display/msm8994/liboverlay/
overlayMem.h 57 bool open(uint32_t numbufs,
120 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.h 43 hw_module_methods_t::open = HWCSession::Open; member in class:sdm::HWCSession::HWCModuleMethods::hw_module_methods_t
56 static int Open(const hw_module_t *module, const char* name, hw_device_t **device);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectableChannelTest.java 40 msc.register(Selector.open(), SelectionKey.OP_ACCEPT);
  /libcore/ojluni/src/main/java/java/nio/channels/
FileChannel.java 105 * <p> A file channel is created by invoking one of the {@link #open open}
121 * <a name="open-mode"></a> <p> At various points this class specifies that an
122 * instance that is "open for reading," "open for writing," or "open for
125 * java.io.FileInputStream} instance will be open for reading. A channel
127 * method of a {@link java.io.FileOutputStream} instance will be open for
130 * java.io.RandomAccessFile} instance will be open for reading if the instance
131 * was created with mode <tt>"r"</tt> and will be open for reading and writin
281 public static FileChannel open(Path path, method in class:FileChannel
330 public static FileChannel open(Path path, OpenOption... options) method in class:FileChannel
    [all...]
SocketChannel.java 39 * <p> A socket channel is created by invoking one of the {@link #open open}
41 * pre-existing socket. A newly-created socket channel is open but not yet
144 public static SocketChannel open() throws IOException { method in class:SocketChannel
151 * <p> This convenience method works as if by invoking the {@link #open()}
184 public static SocketChannel open(SocketAddress remote) method in class:SocketChannel
187 SocketChannel sc = open();
308 * is {@link #isOpen open} and connected
  /packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
CarrierConfigTest.java 147 parser.setInput(assetMgr.open(fileName), "utf-8");
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
MenuManager.java 2 * Copyright (C) 2016 The Android Open Source Project
89 protected void updateOpenInActionMode(MenuItem open, SelectionDetails selectionDetails) {
90 updateOpen(open, selectionDetails);
94 protected void updateOpenInContextMenu(MenuItem open, SelectionDetails selectionDetails) {
95 updateOpen(open, selectionDetails);
98 private void updateOpen(MenuItem open, SelectionDetails selectionDetails) {
99 open.setVisible(mState.action == ACTION_GET_CONTENT
101 open.setEnabled(selectionDetails.size() > 0);
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
AppItem.java 2 * Copyright (C) 2016 The Android Open Source Project
83 void open() { method in class:AppItem
  /packages/apps/Email/provider_src/com/android/email/mail/
Sender.java 2 * Copyright (C) 2008 The Android Open Source Project
120 public abstract void open() throws MessagingException; method in class:Sender
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 2 * Copyright (C) 2009 The Android Open Source Project
113 public void open(OpenMode mode) { method in class:MockFolder
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 57 public void open(ContentResolver resolver) { method in class:MockImageList
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PreparePageFadeoutTexture.java 62 mResultReady.open();
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
LauncherLayoutListener.java 2 * Copyright (C) 2017 The Android Open Source Project
80 public void open() { method in class:LauncherLayoutListener
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DrmConvertSession.java 2 * Copyright (C) 2012 The Android Open Source Project
48 public static DrmConvertSession open(Context context, String mimeType) { method in class:DrmConvertSession
60 Log.w(TAG, "Could not access Open DrmFramework.", e);
151 Log.w(TAG, "Could not open file in mode: rw", e);
  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
VhalEventVerifier.java 2 * Copyright (C) 2018 The Android Open Source Project
74 mCond.open();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dumbdbm.py 28 _open = __builtin__.open
225 def open(file, flag=None, mode=0666): function
226 """Open the database file, filename, and return corresponding object.
pipes.py 12 from a disk file or from an open file, and similar for its output.
50 To open a file for reading or writing through a conversion pipeline:
51 fp = t.open(file, mode)
53 for the built-in function open() or for os.popen().
152 def open(self, file, rw): member in class:Template
153 """t.open(file, rw) returns a pipe or file object open for
160 'Template.open: rw must be \'r\' or \'w\', not %r' % (rw,)
164 t.open(file, 'r') and t.open(file, 'w') respectively.""
    [all...]
shelve.py 14 d = shelve.open(filename) # open, with (g)dbm filename -- no suffix
43 argument writeback=True in the call to shelve.open. When you use:
44 d = shelve.open(filename, writeback=True)
73 __all__ = ["Shelf","BsdDbShelf","DbfilenameShelf","open"]
179 modules "open" routines (i.e. bsddb.hashopen, bsddb.btopen or
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False): function
227 """Open a persistent dictionary for reading and writing.
233 anydbm.open(). The optional protocol parameter specifies th
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 233 def open(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
234 """open: Open the specified object(s)
235 Required argument: list of objects to open
236 Keyword argument using: the application file to open the object with
237 Keyword argument with_properties: the initial values for the properties, to be included with the open command sent to the application that opens the direct object

Completed in 1022 milliseconds

<<11121314151617181920>>