/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ecm_generator.cpp | 88 default_fields->system_id = LoadNext32(&ptr); in DecodeECMClearFields() 90 default_fields->ecm_version = (default_fields->system_id >> 24) & 0xFF; in DecodeECMClearFields() 91 default_fields->system_id &= 0x00FFFFFF; in DecodeECMClearFields() 92 if (default_fields->system_id == 0) { in DecodeECMClearFields()
|
H A D | ecm.cpp | 57 set_system_id(default_fields.system_id); in Parse() 86 set_system_id(default_fields.system_id); in Decrypt()
|
H A D | ecm_generator.h | 57 uint32_t system_id; member
|
H A D | ecm.h | 180 inline uint32_t system_id() const { return system_id_; } in system_id() function
|
/aosp12/packages/providers/ContactsProvider/tests/assets/test1/ |
H A D | expected_groups.txt | 10 10 system_id=Contacts 27 27 system_id=null 44 44 system_id=null 61 61 system_id=null
|
H A D | legacy_contacts.sql | 47 …OT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sy… field
|
/aosp12/system/bt/stack/include/ |
H A D | srvc_api.h | 63 uint64_t system_id; member 72 uint64_t system_id; member
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | iso_fs.h | 39 char system_id[ISODCL(9, 40)]; member 74 char system_id[ISODCL(9, 40)]; member 118 char system_id[ISODCL(17, 48)]; member
|
H A D | msdos_fs.h | 90 __u8 system_id[8]; member
|
/aosp12/system/bt/stack/srvc/ |
H A D | srvc_dis.cc | 164 uint64_t_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */ in dis_read_attr_value() 277 STREAM_TO_UINT64(p_clcb->dis_value.system_id, pp); in dis_c_cmpl_cback() 393 dis_cb.dis_value.system_id = p_info->system_id; in DIS_SrUpdate()
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
H A D | expected_groups.txt | 10 10 system_id=Contacts
|
H A D | legacy_contacts.sql | 30 …OT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sy… field
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testSynced/ |
H A D | expected_groups.txt | 10 10 system_id=Contacts
|
H A D | legacy_contacts.sql | 40 …OT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sy… field
|
/aosp12/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
H A D | contacts2_1108.sql | 38 …irty INTEGER NOT NULL DEFAULT 0,title TEXT,title_res INTEGER,notes TEXT,system_id TEXT,deleted INT… field 148 … account_type_and_data_set,sourceid,version,dirty,title,title_res,notes,system_id,deleted,group_vi… 160 …unt_name, accounts.account_type, title AS name, notes AS notes , system_id AS system_id FROM group… 161 ….account_type, data1 AS group_id, title AS name, notes AS notes, system_id AS system_id, groups.so…
|
/aosp12/system/extras/brillo_config/ |
H A D | Android.mk | 36 LOCAL_MODULE := system_id
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ServiceStateProvider.java | 459 final int system_id = ss.getCdmaSystemId(); in query() local 488 system_id, in query()
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_action.cc | 326 const XML_Char* system_id, in ParserHandlerEntityDecl() argument
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 33881 field @Deprecated public static final String SYSTEM_ID = "system_id"; 34659 field public static final String SYSTEM_ID = "system_id";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 23717 field public static final deprecated java.lang.String SYSTEM_ID = "system_id"; 24472 field public static final java.lang.String SYSTEM_ID = "system_id";
|