/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpTargetCallback.aidl | 23 void OnGetRemoteFeatures(String addr, int features); in OnGetRemoteFeatures() 24 void OnGetPlayStatus(String addr); in OnGetPlayStatus() 25 void OnListPlayerAppAttr(String addr); in OnListPlayerAppAttr() 26 void OnListPlayerAppValues(String addr, int attr_id); in OnListPlayerAppValues() 27 void OnGetPlayerAppValue(String addr, in int[] attrs); in OnGetPlayerAppValue() 28 void OnGetPlayerAppAttrsText(String addr, in int[] attrs); in OnGetPlayerAppAttrsText() 29 void OnGetPlayerAppValuesText(String addr, int attr_id, in int[] values); in OnGetPlayerAppValuesText() 30 void OnSetPlayerAppValue(String addr, in BluetoothAvrcpIntValue[] values); in OnSetPlayerAppValue() 31 void OnGetElementAttrs(String addr, in int[] attrs); in OnGetElementAttrs() 32 void OnRegisterNotification(String addr, int event_id, int param); in OnRegisterNotification() [all …]
|
D | IBluetoothAvrcpTarget.aidl | 33 boolean GetPlayStatusResponse(String addr, in GetPlayStatusResponse() 36 boolean ListPlayerAppAttrResponse(String addr, in int[] attrs); in ListPlayerAppAttrResponse() 38 boolean GetPlayerAppValueResponse(String addr, in GetPlayerAppValueResponse() 41 boolean GetPlayerAppAttrTextResponse(String addr, in GetPlayerAppAttrTextResponse() 44 boolean GetPlayerAppValueTextResponse(String addr, in GetPlayerAppValueTextResponse() 47 boolean GetElementAttrResponse(String addr, in GetElementAttrResponse() 50 boolean SetPlayerAppValueResponse(String addr, int rsp_status); in SetPlayerAppValueResponse()
|
/system/core/libcutils/include_vndk/cutils/ |
D | atomic.h | 75 volatile atomic_int_least32_t* to_atomic_int_least32_t(volatile const int32_t* addr) { in to_atomic_int_least32_t() 91 int32_t android_atomic_inc(volatile int32_t* addr) in android_atomic_inc() 99 int32_t android_atomic_dec(volatile int32_t* addr) in android_atomic_dec() 106 int32_t android_atomic_add(int32_t value, volatile int32_t* addr) in android_atomic_add() 113 int32_t android_atomic_and(int32_t value, volatile int32_t* addr) in android_atomic_and() 120 int32_t android_atomic_or(int32_t value, volatile int32_t* addr) in android_atomic_or() 141 int32_t android_atomic_acquire_load(volatile const int32_t* addr) in android_atomic_acquire_load() 148 int32_t android_atomic_release_load(volatile const int32_t* addr) in android_atomic_release_load() 172 void android_atomic_acquire_store(int32_t value, volatile int32_t* addr) in android_atomic_acquire_store() 181 void android_atomic_release_store(int32_t value, volatile int32_t* addr) in android_atomic_release_store() [all …]
|
/system/core/libcutils/include/cutils/ |
D | atomic.h | 75 volatile atomic_int_least32_t* to_atomic_int_least32_t(volatile const int32_t* addr) { in to_atomic_int_least32_t() 91 int32_t android_atomic_inc(volatile int32_t* addr) in android_atomic_inc() 99 int32_t android_atomic_dec(volatile int32_t* addr) in android_atomic_dec() 106 int32_t android_atomic_add(int32_t value, volatile int32_t* addr) in android_atomic_add() 113 int32_t android_atomic_and(int32_t value, volatile int32_t* addr) in android_atomic_and() 120 int32_t android_atomic_or(int32_t value, volatile int32_t* addr) in android_atomic_or() 141 int32_t android_atomic_acquire_load(volatile const int32_t* addr) in android_atomic_acquire_load() 148 int32_t android_atomic_release_load(volatile const int32_t* addr) in android_atomic_release_load() 172 void android_atomic_acquire_store(int32_t value, volatile int32_t* addr) in android_atomic_acquire_store() 181 void android_atomic_release_store(int32_t value, volatile int32_t* addr) in android_atomic_release_store() [all …]
|
/system/core/libunwindstack/tests/ |
D | MemoryFake.h | 41 void SetData8(uint64_t addr, uint8_t value) { in SetData8() 45 void SetData16(uint64_t addr, uint16_t value) { in SetData16() 49 void SetData32(uint64_t addr, uint32_t value) { in SetData32() 53 void SetData64(uint64_t addr, uint64_t value) { in SetData64() 57 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { in SetMemory() 61 void SetMemory(uint64_t addr, std::string string) { in SetMemory()
|
D | RegsStepIfSignalHandlerTest.cpp | 55 uint64_t addr = 0x1000; in ArmStepIfSignalHandlerNonRt() local 85 uint64_t addr = 0x1000; in ArmStepIfSignalHandlerRt() local 115 uint64_t addr = 0x1000; in TEST_F() local 134 uint64_t addr = 0xa00; in TEST_F() local 157 uint64_t addr = 0xa00; in TEST_F() local 185 uint64_t addr = 0x500; in TEST_F() local 205 uint64_t addr = 0x1000; in TEST_F() local 224 uint64_t addr = 0x1000; in TEST_F() local 243 uint64_t addr = 0x1000; in TEST_F() local
|
D | MemoryFake.cpp | 26 void MemoryFake::SetMemoryBlock(uint64_t addr, size_t length, uint8_t value) { in SetMemoryBlock() 37 void MemoryFake::SetMemory(uint64_t addr, const void* memory, size_t length) { in SetMemory() 49 size_t MemoryFake::Read(uint64_t addr, void* memory, size_t size) { in Read()
|
D | JitDebugTest.cpp | 175 void JitDebugTest::WriteDescriptor32(uint64_t addr, uint32_t entry) { in WriteDescriptor32() 187 void JitDebugTest::WriteDescriptor64(uint64_t addr, uint64_t entry) { in WriteDescriptor64() 199 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pack() 212 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pad() 227 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr, in WriteEntry64()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_target_binder_server.cc | 121 const android::String16& addr, int32_t play_status, int32_t song_len, in GetPlayStatusResponse() 129 const android::String16& addr, const std::vector<int32_t>& attrs, in ListPlayerAppAttrResponse() 137 const android::String16& addr, in GetPlayerAppValueResponse() 151 const android::String16& addr, in GetPlayerAppAttrTextResponse() 165 const android::String16& addr, in GetPlayerAppValueTextResponse() 179 const android::String16& addr, in GetElementAttrResponse() 193 const android::String16& addr, int32_t rsp_status, bool* _aidl_return) { in SetPlayerAppValueResponse() 216 const std::string& addr, int32_t features) { in OnGetRemoteFeatures() 223 const std::string& addr) { in OnGetPlayStatus() 230 const std::string& addr) { in OnListPlayerAppAttr() [all …]
|
/system/core/libunwindstack/ |
D | Memory.cpp | 94 static bool PtraceReadLong(pid_t pid, uint64_t addr, long* value) { in PtraceReadLong() 105 static size_t PtraceRead(pid_t pid, uint64_t addr, void* dst, size_t bytes) { in PtraceRead() 148 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() 153 bool Memory::ReadString(uint64_t addr, std::string* string, uint64_t max_read) { in ReadString() 185 size_t MemoryBuffer::Read(uint64_t addr, void* dst, size_t size) { in Read() 256 size_t MemoryFileAtOffset::Read(uint64_t addr, void* dst, size_t size) { in Read() 269 size_t MemoryRemote::Read(uint64_t addr, void* dst, size_t size) { in Read() 300 size_t MemoryLocal::Read(uint64_t addr, void* dst, size_t size) { in Read() 308 size_t MemoryRange::Read(uint64_t addr, void* dst, size_t size) { in Read() 331 size_t MemoryRanges::Read(uint64_t addr, void* dst, size_t size) { in Read() [all …]
|
D | DexFiles.cpp | 74 uint64_t DexFiles::ReadEntryPtr32(uint64_t addr) { in ReadEntryPtr32() 83 uint64_t DexFiles::ReadEntryPtr64(uint64_t addr) { in ReadEntryPtr64() 145 bool DexFiles::GetAddr(size_t index, uint64_t* addr) { in GetAddr() 165 uint64_t addr; in GetMethodInformation() local
|
D | ElfInterfaceArm.cpp | 47 uint32_t addr = addrs_[current]; in FindEntry() local 72 bool ElfInterfaceArm::GetPrel31Addr(uint32_t offset, uint32_t* addr) { in GetPrel31Addr() 172 bool ElfInterfaceArm::GetFunctionName(uint64_t addr, std::string* name, uint64_t* offset) { in GetFunctionName()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Socket.h | 29 inline sockaddr* asSockaddrPtr(void* addr) { in asSockaddrPtr() 33 inline const sockaddr* asSockaddrPtr(const void* addr) { in asSockaddrPtr()
|
D | Syscalls.h | 118 SockaddrT addr = {}; in getsockname() local 135 Status bind(Fd sock, const SockaddrT& addr) const { in bind() 140 Status connect(Fd sock, const SockaddrT& addr) const { in connect() 173 SockaddrT addr = {}; in recvfrom() local
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection_handler.cc | 47 bool AclConnectionHandler::CreatePendingConnection(const Address& addr) { in CreatePendingConnection() 55 bool AclConnectionHandler::HasPendingConnection(const Address& addr) { in HasPendingConnection() 59 bool AclConnectionHandler::CancelPendingConnection(const Address& addr) { in CancelPendingConnection() 67 uint16_t AclConnectionHandler::CreateConnection(const Address& addr) { in CreateConnection()
|
D | security_manager.cc | 33 uint16_t SecurityManager::DeleteKey(const Address& addr) { in DeleteKey() 49 uint16_t SecurityManager::WriteKey(const Address& addr, const std::vector<uint8_t>& key) { in WriteKey() 62 void SecurityManager::AuthenticationRequest(const Address& addr, uint16_t handle) { in AuthenticationRequest() 84 void SecurityManager::SetPeerIoCapability(const Address& addr, uint8_t io_capability, uint8_t oob_p… in SetPeerIoCapability()
|
/system/bt/device/src/ |
D | interop.cc | 48 const RawAddress* addr) { in interop_match_addr() 79 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() 149 const RawAddress* addr) { in interop_match_dynamic_() 168 const RawAddress* addr) { in interop_match_fixed_()
|
/system/core/libbacktrace/ |
D | BacktracePtrace.cpp | 33 static bool PtraceRead(pid_t tid, uint64_t addr, word_t* out_value) { in PtraceRead() 64 size_t BacktracePtrace::Read(uint64_t addr, uint8_t* buffer, size_t bytes) { in Read()
|
D | backtrace_read_benchmarks.cpp | 82 static bool PtraceReadLong(pid_t pid, uint64_t addr, long* value) { in PtraceReadLong() 93 static size_t PtraceRead(pid_t pid, uint64_t addr, void* dst, size_t bytes) { in PtraceRead() 146 uint64_t addr = reinterpret_cast<uint64_t>(map); in BM_read_with_ptrace() local 164 uint64_t addr = reinterpret_cast<uint64_t>(map); in BM_read_with_process_vm_read() local 187 uint64_t addr = reinterpret_cast<uint64_t>(map); in BM_read_with_backtrace_object() local
|
/system/core/adb/sysdeps/posix/ |
D | network.cpp | 38 static sockaddr* loopback_addr4(sockaddr_storage* addr, socklen_t* addrlen, int port) { in loopback_addr4() 48 static sockaddr* loopback_addr6(sockaddr_storage* addr, socklen_t* addrlen, int port) { in loopback_addr6() 67 sockaddr* addr = (ipv6 ? loopback_addr6 : loopback_addr4)(&addr_storage, &addrlen, 0); in _network_loopback_client() local 105 sockaddr* addr = (ipv6 ? loopback_addr6 : loopback_addr4)(&addr_storage, &addrlen, port); in _network_loopback_server() local
|
/system/bt/bta/hd/ |
D | bta_hd_api.cc | 223 extern void BTA_HdConnect(const RawAddress& addr) { in BTA_HdConnect() 261 extern void BTA_HdAddDevice(const RawAddress& addr) { in BTA_HdAddDevice() 281 extern void BTA_HdRemoveDevice(const RawAddress& addr) { in BTA_HdRemoveDevice()
|
/system/netd/server/ |
D | ClatdControllerTest.cpp | 52 bool only2Free(in_addr_t addr) { in only2Free() 55 bool over6Free(in_addr_t addr) { in over6Free() 58 bool only10Free(in_addr_t addr) { in only10Free() 92 struct in_addr addr; in TEST_F() local
|
/system/core/libcutils/ |
D | sockets.cpp | 35 sockaddr_storage addr; in socket_get_local_port() local
|
D | uevent.cpp | 55 struct sockaddr_nl addr; in uevent_kernel_recv() local 96 struct sockaddr_nl addr; in uevent_open_socket() local
|
/system/netd/libnetdutils/ |
D | Socket.cpp | 25 StatusOr<std::string> toString(const in6_addr& addr) { in toString()
|