Home
last modified time | relevance | path

Searched defs:at (Results 1 – 8 of 8) sorted by relevance

/packages/modules/DnsResolver/
Dstats.h30 time_t at; // time in s at which the sample was recorded member
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DANQPData.java94 public boolean expired(long at) { in expired()
DUtils.java34 int at = domain.indexOf('@'); in splitDomain() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hf_client_api.cc53 void BTA_HfClientSendAT(uint16_t handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, in BTA_HfClientSendAT()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DTestItemDetails.java52 public void at(int position) { in at() method in TestItemDetails
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_api.cc178 void BTA_HfClientSendAT(uint16_t handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, in BTA_HfClientSendAT()
/packages/modules/Bluetooth/system/gd/packet/
Dpacket_view.cc54 uint8_t PacketView<little_endian>::at(size_t index) const { in at() function in bluetooth::packet::PacketView
/packages/modules/Bluetooth/tools/pdl/scripts/
Dpacket_runtime.h87 uint8_t at(size_t offset) const { in at() function