Searched defs:number (Results 1 – 14 of 14) sorted by relevance
/system/keymaster/ |
D | kdf.cpp | 61 bool Kdf::Uint32ToBigEndianByteArray(uint32_t number, uint8_t* output) { in Uint32ToBigEndianByteArray()
|
/system/tools/aidl/tests/ |
D | simple_parcelable.cpp | 29 SimpleParcelable::SimpleParcelable(const std::string& name, int32_t number) in SimpleParcelable()
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | SimpleParcelable.java | 27 SimpleParcelable(String name, int number) { in SimpleParcelable()
|
/system/bt/bta/include/ |
D | bta_hf_client_api.h | 203 char number[BTA_HF_CLIENT_NUMBER_LEN + 1]; member 221 char number[BTA_HF_CLIENT_NUMBER_LEN + 1]; member 228 char number[BTA_HF_CLIENT_NUMBER_LEN + 1]; member 247 tBTA_HF_CLIENT_NUMBER number; member
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 626 void bta_hf_client_clip(tBTA_HF_CLIENT_CB* client_cb, char* number) { in bta_hf_client_clip() 648 void bta_hf_client_ccwa(tBTA_HF_CLIENT_CB* client_cb, char* number) { in bta_hf_client_ccwa() 695 char* number) { in bta_hf_client_clcc() 725 void bta_hf_client_cnum(tBTA_HF_CLIENT_CB* client_cb, char* number, in bta_hf_client_cnum() 749 void bta_hf_client_binp(tBTA_HF_CLIENT_CB* client_cb, char* number) { in bta_hf_client_binp() 1072 char number[33]; in bta_hf_client_parse_clip() local 1104 char number[33]; in bta_hf_client_parse_ccwa() local 1825 void bta_hf_client_send_at_atd(tBTA_HF_CLIENT_CB* client_cb, char* number, in bta_hf_client_send_at_atd()
|
/system/netd/tests/dns_responder/ |
D | dns_tls_frontend.cpp | 356 bool DnsTlsFrontend::waitForQueries(int number, int timeoutMs) const { in waitForQueries()
|
/system/core/fastboot/ |
D | usb_osx.cpp | 197 UInt8 number; in try_interfaces() local
|
/system/bt/btif/src/ |
D | btif_hf.cc | 1167 bthf_call_mpty_type_t mpty, const char* number, in clcc_response() 1239 const char* number, in phone_state_change()
|
D | btif_hf_client.cc | 470 const char* number) { in dial()
|
/system/core/adb/client/ |
D | usb_osx.cpp | 376 UInt8 number; in CheckInterface() local
|
/system/core/liblog/ |
D | local_logger.c | 126 size_t number[NUMBER_OF_LOG_BUFFERS]; /* clear memset */ member
|
/system/update_engine/payload_consumer/ |
D | delta_performer.cc | 144 int number; in DiscardPartitionTail() member
|
/system/vold/ |
D | VolumeManager.cpp | 67 #define ROUND_UP_POWER_OF_2(number, po2) (((!!((number) & ((1U << (po2)) - 1))) << (po2))\ argument
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 1003 size_t number = 0; in TEST() local
|