/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | DefaultConfig.h | 47 .access = VehiclePropertyAccess::READ, 55 .access = VehiclePropertyAccess::READ, 63 .access = VehiclePropertyAccess::READ, 71 .access = VehiclePropertyAccess::READ, 79 .access = VehiclePropertyAccess::READ, 87 .access = VehiclePropertyAccess::READ, 492 .access = VehiclePropertyAccess::READ, 767 .access = VehiclePropertyAccess::READ, 772 .access = VehiclePropertyAccess::READ, 777 .access = VehiclePropertyAccess::READ, [all …]
|
/aosp12/system/core/storaged/ |
H A D | storaged_service.cpp | 51 rec.second.bytes[READ][FOREGROUND][CHARGER_OFF], in dumpUidRecords() 53 rec.second.bytes[READ][BACKGROUND][CHARGER_OFF], in dumpUidRecords() 55 rec.second.bytes[READ][FOREGROUND][CHARGER_ON], in dumpUidRecords() 57 rec.second.bytes[READ][BACKGROUND][CHARGER_ON], in dumpUidRecords() 68 uid_usage.bytes[READ][FOREGROUND][CHARGER_OFF], in dumpUidRecordsDebug() 70 uid_usage.bytes[READ][BACKGROUND][CHARGER_OFF], in dumpUidRecordsDebug() 72 uid_usage.bytes[READ][FOREGROUND][CHARGER_ON], in dumpUidRecordsDebug() 74 uid_usage.bytes[READ][BACKGROUND][CHARGER_ON], in dumpUidRecordsDebug() 83 task_usage.bytes[READ][FOREGROUND][CHARGER_OFF], in dumpUidRecordsDebug() 87 task_usage.bytes[READ][FOREGROUND][CHARGER_ON], in dumpUidRecordsDebug() [all …]
|
H A D | storaged_uid_monitor.cpp | 280 if (uid_usage.bytes[READ][FOREGROUND][CHARGER_ON] + in dump() 281 uid_usage.bytes[READ][FOREGROUND][CHARGER_OFF] + in dump() 282 uid_usage.bytes[READ][BACKGROUND][CHARGER_ON] + in dump() 283 uid_usage.bytes[READ][BACKGROUND][CHARGER_OFF] + in dump() 329 usage.uid_ios.bytes[READ][FOREGROUND][charger_stat_] += in update_curr_io_stats_locked() 331 usage.uid_ios.bytes[READ][BACKGROUND][charger_stat_] += in update_curr_io_stats_locked() 352 task_usage.bytes[READ][FOREGROUND][charger_stat_] += in update_curr_io_stats_locked() 354 task_usage.bytes[READ][BACKGROUND][charger_stat_] += in update_curr_io_stats_locked() 396 usage->bytes[READ][FOREGROUND][CHARGER_ON] = io_proto.rd_fg_chg_on(); in get_io_usage_proto() 397 usage->bytes[READ][FOREGROUND][CHARGER_OFF] = io_proto.rd_fg_chg_off(); in get_io_usage_proto() [all …]
|
/aosp12/packages/modules/adb/ |
H A D | transfer_id.h | 23 READ = 0, enumerator 31 constexpr TransferId() : TransferId(TransferDirection::READ, 0) {} in TransferId() 51 return TransferId(TransferDirection::READ, id); in read()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
H A D | LogTelephonyDatabaseAction.java | 43 Threads.READ, 54 private static final int READ = 6; field in LogTelephonyDatabaseAction 118 " " + ThreadsColumns.READ + " : " + cursor.getInt(READ) + in executeAction()
|
H A D | MarkAsReadAction.java | 71 values.put(MessageColumns.READ, 1); in executeAction() 75 "(" + MessageColumns.READ + " !=1 OR " + in executeAction()
|
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
H A D | AoapInterface.java | 121 public static final int READ = 2; field in AoapInterface 127 int len = transfer(conn, READ, ACCESSORY_GET_PROTOCOL, 0, buffer, buffer.length); in getProtocol() 133 len = transfer(conn, READ, ACCESSORY_GET_PROTOCOL, 0, buffer, buffer.length); in getProtocol() 210 case READ: in transfer()
|
/aosp12/system/core/storaged/tests/ |
H A D | storaged_test.cpp | 458 .uid_ios.bytes[READ][FOREGROUND][CHARGER_OFF] = 1000, in TEST() 464 .uid_ios.bytes[READ][FOREGROUND][CHARGER_ON] = 1000, in TEST() 480 .uid_ios.bytes[READ][BACKGROUND][CHARGER_OFF] = 1000, in TEST() 570 EXPECT_EQ(entries_0[1].ios.uid_ios.bytes[READ][FOREGROUND][CHARGER_OFF], 1000UL); in TEST() 574 EXPECT_EQ(entries_0[2].ios.uid_ios.bytes[READ][FOREGROUND][CHARGER_ON], 1000UL); in TEST() 584 EXPECT_EQ(entries_1[1].ios.uid_ios.bytes[READ][BACKGROUND][CHARGER_OFF], 1000UL); in TEST() 600 EXPECT_EQ(merged_entries_0["app1"].bytes[READ][FOREGROUND][CHARGER_ON], 1000UL); in TEST() 602 EXPECT_EQ(merged_entries_0["app2"].bytes[READ][FOREGROUND][CHARGER_OFF], 1000UL); in TEST() 610 EXPECT_EQ(merged_entries_1["app3"].bytes[READ][BACKGROUND][CHARGER_OFF], 1000UL); in TEST() 646 .uid_ios.bytes[READ][FOREGROUND][CHARGER_OFF] = 2000, in TEST() [all …]
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/ |
H A D | CursorUtils.java | 28 import static android.provider.Telephony.ThreadsColumns.READ; 53 @NonNull protected static final String[] THREAD_INFO_PROJECTION = {_ID, RECIPIENT_IDS, READ}; 57 _ID, TYPE, DATE, READ, CONTENT_TYPE, BODY, ADDRESS, THREAD_ID, SUBSCRIPTION_ID, MESSAGE_BOX
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
H A D | RequestSetMessageStatus.java | 27 public enum StatusIndicator { READ, DELETED } enumConstant 39 statusInd == StatusIndicator.READ ? STATUS_INDICATOR_READ in RequestSetMessageStatus()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MapClientContent.java | 228 int readStatus = message.getStatus() == Bmessage.Status.READ ? 1 : 0; in storeSms() 235 values.put(Sms.READ, readStatus); in storeSms() 265 values.put(Sms.READ, 1); in markRead() 286 int readStatus = cursor.getInt(cursor.getColumnIndex(Sms.READ)); in findChangeInDatabase() 292 BluetoothMapClient.READ); in findChangeInDatabase() 313 int read = message.getStatus() == Bmessage.Status.READ ? 1 : 0; in storeMms() 329 values.put(Mms.READ, read); in storeMms()
|
H A D | MceStateMachine.java | 282 bmsg.setStatus(Bmessage.Status.READ); in sendMapMessage() 366 statusIndicator = RequestSetMessageStatus.StatusIndicator.READ; in setMessageStatus() 370 case BluetoothMapClient.READ: in setMessageStatus() 371 statusIndicator = RequestSetMessageStatus.StatusIndicator.READ; in setMessageStatus() 702 … RequestSetMessageStatus.StatusIndicator.READ, RequestSetMessageStatus.STATUS_YES)); in markMessageRead() 751 case READ: { in processSetMessageStatus() 820 metadata.setRead(request.getMessage().getStatus() == Bmessage.Status.READ); in processInboundMessage()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | ConversationListItemData.java | 301 + DatabaseHelper.MESSAGES_TABLE + '.' + MessageColumns.READ 302 + " as " + ConversationListViewColumns.READ + ", " 380 static final String READ = MessageColumns.READ; field in ConversationListItemData.ConversationListViewColumns 419 ConversationListViewColumns.READ,
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodecConfig.cpp | 360 .limitTo(D::INPUT & D::READ)); in initializeStandardParams() 362 .limitTo(D::OUTPUT & D::READ)); in initializeStandardParams() 371 .limitTo(D::ENCODER & D::READ & D::OUTPUT)); in initializeStandardParams() 428 .limitTo((D::VIDEO | D::IMAGE) & D::DECODER & D::RAW & D::READ) in initializeStandardParams() 431 .limitTo((D::VIDEO | D::IMAGE) & D::DECODER & D::RAW & D::READ) in initializeStandardParams() 434 .limitTo((D::VIDEO | D::IMAGE) & D::DECODER & D::RAW & D::READ)); in initializeStandardParams() 442 .limitTo((D::VIDEO | D::IMAGE) & D::DECODER & D::RAW & D::READ) in initializeStandardParams() 445 .limitTo((D::VIDEO | D::IMAGE) & D::DECODER & D::RAW & D::READ) in initializeStandardParams() 610 .limitTo(D::OUTPUT & D::READ)); in initializeStandardParams() 879 .limitTo(D::OUTPUT & D::DECODER & D::READ) in initializeStandardParams() [all …]
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 162 * @access VehiclePropertyAccess:READ 174 * @access VehiclePropertyAccess:READ 186 * @access VehiclePropertyAccess:READ 198 * @access VehiclePropertyAccess:READ 211 * @access VehiclePropertyAccess:READ 224 * @access VehiclePropertyAccess:READ 238 * @access VehiclePropertyAccess:READ 252 * @access VehiclePropertyAccess:READ 265 * @access VehiclePropertyAccess:READ 277 * @access VehiclePropertyAccess:READ [all …]
|
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | VehiclePropertyAccess.java | 30 public static final int READ = 0x01; field in VehiclePropertyAccess
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VehicleHalTestUtils.h | 38 .access = VehiclePropertyAccess::READ, 67 .access = VehiclePropertyAccess::READ,
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | FastCaptureState.h | 50 READ = 0x8, // read from input source member
|
H A D | FastCaptureState.cpp | 38 case FastCaptureState::READ: return "READ"; in commandToString()
|
H A D | FastCapture.cpp | 79 case FastCaptureState::READ: in isSubClassCommand() 181 if ((command & FastCaptureState::READ) /*&& isWarm*/) { in onWork()
|
/aosp12/art/test/2036-jni-filechannel/src/ |
H A D | Main.java | 27 StandardOpenOption.READ); in main()
|
/aosp12/hardware/interfaces/audio/2.0/ |
H A D | IStreamIn.hal | 47 READ, 58 uint64_t read; // READ command, amount of bytes to read, >= 0. 76 uint64_t read; // READ command, amount of bytes read, >= 0.
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | MmsSmsDatabaseHelper.java | 89 " WHERE " + Sms.READ + " = 0" + 152 " WHERE " + Mms.READ + " = 0" + 727 Mms.READ + " INTEGER DEFAULT 0," + in createMmsTables() 952 " UPDATE OF " + Mms.READ + in createMmsTriggers() 1123 Threads.READ + " INTEGER DEFAULT 1," + in createCommonTables() 1161 " UPDATE OF " + Sms.READ + in createCommonTriggers() 1831 " UPDATE OF " + Mms.READ + in upgradeDatabaseToVersion53() 2148 Threads.READ + " INTEGER DEFAULT 1," + in upgradeThreadsTableToAutoIncrement() 2238 Mms.READ + " INTEGER DEFAULT 0," + in upgradePduTableToAutoIncrement()
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | transport_sniffer.cpp | 33 Event e(READ, std::move(buf)); in Read() 127 case READ: in CreateTrace()
|
/aosp12/hardware/interfaces/audio/4.0/ |
H A D | IStreamIn.hal | 47 READ, 58 uint64_t read; // READ command, amount of bytes to read, >= 0. 76 uint64_t read; // READ command, amount of bytes read, >= 0.
|