HomeSort by relevance Sort by last modified time
    Searched refs:is_read (Results 1 - 14 of 14) sorted by null

  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 44 bool is_read,
59 bool is_ioctl_write = is_read ? false : (0 != time_out);
82 res = is_read ? ReadFile(usb_handle(),
96 transfer_param.transfer_size = is_read ? 0 : bytes_to_transfer;
97 transfer_param.SetWriteBuffer(is_read ? NULL : buffer);
100 is_read ? ADB_IOCTL_BULK_READ : ADB_IOCTL_BULK_WRITE,
102 is_read ? buffer : adb_io_completion->transferred_bytes_ptr(),
103 is_read ? bytes_to_transfer : sizeof(ULONG),
128 bool AdbLegacyEndpointObject::CommonSyncReadWrite(bool is_read,
142 bool is_ioctl_write = is_read ? false : (0 != time_out);
    [all...]
adb_legacy_endpoint_object.h 59 @param[in] is_read Read or write selector.
72 virtual ADBAPIHANDLE CommonAsyncReadWrite(bool is_read,
81 @param[in] is_read Read or write selector.
91 virtual bool CommonSyncReadWrite(bool is_read,
adb_endpoint_object.h 62 @param[in] is_read Read or write selector.
75 virtual ADBAPIHANDLE CommonAsyncReadWrite(bool is_read,
84 @param[in] is_read Read or write selector.
94 virtual bool CommonSyncReadWrite(bool is_read,
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 93 @param[in] is_read Read or write selector.
106 virtual ADBAPIHANDLE CommonAsyncReadWrite(bool is_read,
115 @param[in] is_read Read or write selector.
125 virtual bool CommonSyncReadWrite(bool is_read,
adb_winusb_endpoint_object.cpp 97 bool is_read,
127 res = is_read ?
160 bool AdbWinUsbEndpointObject::CommonSyncReadWrite(bool is_read,
196 ret = is_read ?
  /system/extras/boottime_tools/io_analysis/
check_file_read.py 143 def add_access(self, is_read, time, offset, size, process_name, read_sizes):
144 if is_read:
149 def add_merged_access(self, is_read, time, offsets, lens, process_names):
150 if is_read:
215 def handle_req_complete(self, time, is_read):
216 self.fevent.add_access(is_read, self.time, self.lblk, self.len, self.process_name,\
219 def handle_merged_req(self, time, offsets, lens, names, is_read):
220 self.fevent.add_merged_access(is_read, time, offsets, lens, names)
342 is_read = not 'W' in access
348 print "issue", address, l, is_read, acces
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
freebsd_nvme_ioctl.h 134 * is_read = 1 if the passthrough command will read data into the
137 * is_read = 0 if the passthrough command will write data from the
140 uint32_t is_read; member in struct:nvme_pt_command
  /external/libbrillo/brillo/streams/
tls_stream.cc 247 bool is_read = stream_utils::IsReadAccessMode(mode); local
249 is_read |= need_more_read_;
253 if (is_read && SSL_pending(ssl_.get()) > 0) {
257 mode = stream_utils::MakeAccessMode(is_read, is_write);
265 bool is_read = stream_utils::IsReadAccessMode(in_mode); local
267 is_read |= need_more_read_;
270 if (is_read && SSL_pending(ssl_.get()) > 0) {
275 in_mode = stream_utils::MakeAccessMode(is_read, is_write);
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux_nvme.c 300 struct sg_nvme_passthru_cmd *cmdp, void * dp, bool is_read,
314 if ((vb > 3) && (! is_read) && dp) {
369 if ((vb > 3) && is_read && dp) {
1079 bool is_read = false; local
    [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 358 public static final String IS_READ = "is_read";
537 /* is_read =*/ false);
575 userToBeInsertedTo, /* is_read =*/ false);
604 * @param is_read Flag to show if the missed call log has been read by the user or not.
616 boolean is_read) {
688 values.put(IS_READ, Integer.valueOf(is_read ? 1 : 0));
    [all...]
  /art/runtime/
common_throws.h 219 bool is_read)
common_throws.cc 422 void ThrowNullPointerExceptionForFieldAccess(ArtField* field, bool is_read) {
424 msg << "Attempt to " << (is_read ? "read from" : "write to")
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, add_for_all_users INTEGER NOT NULL DEFAULT 1);
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 300 milliseconds