Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 25 of 32) sorted by relevance

12

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl36 boolean ListPlayerAppAttrResponse(String addr, in int[] attrs); in ListPlayerAppAttrResponse()
42 in BluetoothAvrcpStringValue[] attrs); in GetPlayerAppAttrTextResponse()
48 in BluetoothAvrcpStringValue[] attrs); in GetElementAttrResponse()
DIBluetoothAvrcpTargetCallback.aidl27 void OnGetPlayerAppValue(String addr, in int[] attrs); in OnGetPlayerAppValue()
28 void OnGetPlayerAppAttrsText(String addr, in int[] attrs); in OnGetPlayerAppAttrsText()
31 void OnGetElementAttrs(String addr, in int[] attrs); in OnGetElementAttrs()
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DAutoFitTextureView.java35 public AutoFitTextureView(Context context, AttributeSet attrs) { in AutoFitTextureView()
39 public AutoFitTextureView(Context context, AttributeSet attrs, int defStyle) { in AutoFitTextureView()
/system/extras/simpleperf/
Drecord_file_test.cpp84 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F() local
118 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F() local
Devent_attr.cpp144 bool GetCommonEventIdPositionsForAttrs(std::vector<perf_event_attr>& attrs, in GetCommonEventIdPositionsForAttrs()
Drecord_file_format.h115 SectionDesc attrs; member
Dcmd_dumprecord.cpp258 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection() local
383 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ProcessTracingData() local
Dcmd_trace_sched.cpp192 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents() local
Drecord_file_reader.cpp151 std::vector<perf_event_attr> attrs; in ReadAttrSection() local
Dcmd_record_test.cpp100 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType() local
208 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST() local
Dcmd_kmem.cpp558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile() local
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc129 const android::String16& addr, const std::vector<int32_t>& attrs, in ListPlayerAppAttrResponse()
152 const std::vector<::android::bluetooth::BluetoothAvrcpStringValue>& attrs, in GetPlayerAppAttrTextResponse()
180 const std::vector<::android::bluetooth::BluetoothAvrcpStringValue>& attrs, in GetElementAttrResponse()
244 const std::string& addr, const std::vector<int32_t>& attrs) { in OnGetPlayerAppValue()
251 const std::string& addr, const std::vector<int32_t>& attrs) { in OnGetPlayerAppAttrsText()
281 const std::string& addr, const std::vector<int32_t>& attrs) { in OnGetElementAttrs()
/system/bt/service/
Davrcp_target.cc59 const std::vector<AvrcpStringValue>& attrs) { in StringValueToPlayerSettingsText()
77 const std::vector<AvrcpStringValue>& attrs) { in StringValueToElementAttrVal()
139 const std::vector<int32_t>& attrs) { in ListPlayerAppAttrResponse()
179 const std::string& str_addr, const std::vector<AvrcpStringValue>& attrs) { in GetPlayerAppAttrTextResponse()
203 const std::string& str_addr, const std::vector<AvrcpStringValue>& attrs) { in GetElementAttrResponse()
/system/extras/verity/
DBootSignature.java124 ASN1Sequence attrs = (ASN1Sequence) sequence.getObjectAt(3); in BootSignature() local
132 ASN1EncodableVector attrs = new ASN1EncodableVector(); in getAuthenticatedAttributes() local
/system/sepolicy/tools/
Dinsertkeys.py174 def startElement(self, tag, attrs): argument
Dcheckfc.c47 const char * const *attrs; /* for the original set to print on error */ member
/system/core/fastboot/device/
Dcommands.cpp495 uint32_t attrs = partition->attributes(); in ResizePartitionHandler() local
515 uint32_t attrs = partition->attributes(); in CancelPartitionSnapshot() local
/system/core/fs_mgr/libfiemap/
Dmetadata.cpp190 int attrs = 0; in UpdateMetadata() local
/system/update_engine/
Domaha_request_action.cc172 map<string, string> attrs; in ParserHandlerStart() local
858 map<string, string> attrs; in ParseParams() local
1412 bool OmahaRequestAction::PersistEolInfo(const map<string, string>& attrs) { in PersistEolInfo() argument
/system/libziparchive/
Dziptool.cpp295 int attrs = entry.external_file_attributes & 0xff; in InfoOne() local
/system/extras/simpleperf/scripts/
Dreport_html.js108 function openHtml(name, attrs={}) { argument
121 function getHtml(name, attrs={}) { argument
135 function getTableRow(cols, colName, attrs={}) { argument
/system/extras/partition_tools/
Dlpdump.cc88 static std::string BuildAttributeString(uint32_t attrs) { in BuildAttributeString()
/system/bt/btif/src/
Dbtif_rc.cc166 btrc_player_app_attr_t attrs[AVRC_MAX_APP_ATTR_SIZE]; member
3499 uint8_t attrs[AVRC_MAX_APP_ATTR_SIZE]; in handle_app_val_response() local
3646 uint8_t attrs[AVRC_MAX_APP_ATTR_SIZE]; in handle_app_attr_txt_response() local
3707 uint8_t attrs[AVRC_MAX_APP_ATTR_SIZE]; in handle_app_attr_val_txt_response() local
3721 uint8_t attrs[AVRC_MAX_APP_ATTR_SIZE]; in handle_app_attr_val_txt_response() local
4965 uint8_t* attrs, uint8_t num_attrs, btif_rc_device_cb_t* p_dev) { in get_player_app_setting_attr_text_cmd()
/system/connectivity/wificond/tests/
Dnl80211_attribute_unittest.cpp270 std::vector<NL80211Attr<std::string>> attrs; in TEST() local
/system/netd/server/
DSockDiag.cpp178 } __attribute__((__packed__)) attrs = { in sendDumpRequest() local

12