/system/unwinding/libunwindstack/tests/ |
D | MemoryRemoteTest.cpp | 50 MemoryRemote remote(pid_); in TEST_F() local 53 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024)); in TEST_F() 68 MemoryRemote remote(pid_); in TEST_F() local 71 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), src.size())); in TEST_F() 90 MemoryRemote remote(pid_); in TEST_F() local 94 remote.Read(reinterpret_cast<uint64_t>(mapping + getpagesize() - 1024), dst.data(), 4096); in TEST_F() 103 remote.Read(reinterpret_cast<uint64_t>(mapping + 3 * getpagesize() - 1024), dst.data(), 4096); in TEST_F() 121 MemoryRemote remote(pid_); in TEST_F() local 124 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src), dst.data(), pagesize)); in TEST_F() 129 ASSERT_FALSE(remote.ReadFully(reinterpret_cast<uint64_t>(src) + pagesize, dst.data(), 1)); in TEST_F() [all …]
|
D | MemoryMteTest.cpp | 68 MemoryRemote remote(pid_); in TEST_F() local 70 EXPECT_EQ(1, remote.ReadTag(mapping)); in TEST_F() 71 EXPECT_EQ(0, remote.ReadTag(mapping + 16)); in TEST_F()
|
/system/libhwbinder/include/hwbinder/ |
D | IInterface.h | 48 explicit BpInterface(const sp<IBinder>& remote); 59 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface() argument 60 : BpHwRefBase(remote) in BpInterface() 67 return remote(); in onAsBinder()
|
/system/sepolicy/private/ |
D | rkpd_app.te | 2 ### A domain for sandboxing the remote key provisioning daemon 10 # RKPD needs to be able to call the remote provisioning HALs
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | IDeprecated.java | 80 Proxy(android.os.IBinder remote) in Proxy() argument 82 mRemote = remote; in Proxy()
|
D | INamedCallback.java | 97 Proxy(android.os.IBinder remote) in Proxy() argument 99 mRemote = remote; in Proxy()
|
D | INewName.java | 97 Proxy(android.os.IBinder remote) in Proxy() argument 99 mRemote = remote; in Proxy()
|
D | IOldName.java | 97 Proxy(android.os.IBinder remote) in Proxy() argument 99 mRemote = remote; in Proxy()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | IDeprecated.java | 80 Proxy(android.os.IBinder remote) in Proxy() argument 82 mRemote = remote; in Proxy()
|
D | IOldName.java | 97 Proxy(android.os.IBinder remote) in Proxy() argument 99 mRemote = remote; in Proxy()
|
D | INamedCallback.java | 97 Proxy(android.os.IBinder remote) in Proxy() argument 99 mRemote = remote; in Proxy()
|
D | INewName.java | 97 Proxy(android.os.IBinder remote) in Proxy() argument 99 mRemote = remote; in Proxy()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-extras-java-source/gen/android/aidl/tests/map/ |
D | IEmpty.java | 78 Proxy(android.os.IBinder remote) in Proxy() argument 80 mRemote = remote; in Proxy()
|
/system/tools/aidl/tests/golden_output/aidl-test-extras-java-source/gen/android/aidl/tests/map/ |
D | IEmpty.java | 78 Proxy(android.os.IBinder remote) in Proxy() argument 80 mRemote = remote; in Proxy()
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V3-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 40 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_originalApi, _aidl_data, &_aidl_… in originalApi() 74 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_acceptUnionAndReturnString, _aid… in acceptUnionAndReturnString() 120 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_ignoreParcelablesAndRepeatInt, _… in ignoreParcelablesAndRepeatInt() 166 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_returnsLengthOfFooArray, _aidl_d… in returnsLengthOfFooArray() 200 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_newApi, _aidl_data, &_aidl_reply… in newApi() 224 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceVersion, data… in getInterfaceVersion() 243 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceHash, data, &… in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V3-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 40 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_originalApi, _aidl_data, &_aidl_… in originalApi() 74 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_acceptUnionAndReturnString, _aid… in acceptUnionAndReturnString() 120 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_ignoreParcelablesAndRepeatInt, _… in ignoreParcelablesAndRepeatInt() 166 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_returnsLengthOfFooArray, _aidl_d… in returnsLengthOfFooArray() 200 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_newApi, _aidl_data, &_aidl_reply… in newApi() 224 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceVersion, data… in getInterfaceVersion() 243 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceHash, data, &… in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V2-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 40 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_originalApi, _aidl_data, &_aidl_… in originalApi() 74 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_acceptUnionAndReturnString, _aid… in acceptUnionAndReturnString() 120 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_ignoreParcelablesAndRepeatInt, _… in ignoreParcelablesAndRepeatInt() 166 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_returnsLengthOfFooArray, _aidl_d… in returnsLengthOfFooArray() 200 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_newApi, _aidl_data, &_aidl_reply… in newApi() 224 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceVersion, data… in getInterfaceVersion() 243 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceHash, data, &… in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V2-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 40 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_originalApi, _aidl_data, &_aidl_… in originalApi() 74 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_acceptUnionAndReturnString, _aid… in acceptUnionAndReturnString() 120 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_ignoreParcelablesAndRepeatInt, _… in ignoreParcelablesAndRepeatInt() 166 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_returnsLengthOfFooArray, _aidl_d… in returnsLengthOfFooArray() 200 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_newApi, _aidl_data, &_aidl_reply… in newApi() 224 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceVersion, data… in getInterfaceVersion() 243 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceHash, data, &… in getInterfaceHash()
|
/system/netd/server/ |
D | PppController.cpp | 53 struct in_addr remote, struct in_addr dns1, in attachPppd() argument 82 char *r = strdup(inet_ntoa(remote)); in attachPppd()
|
D | PppController.h | 35 struct in_addr remote, struct in_addr dns1,
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 40 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_originalApi, _aidl_data, &_aidl_… in originalApi() 74 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_acceptUnionAndReturnString, _aid… in acceptUnionAndReturnString() 120 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_ignoreParcelablesAndRepeatInt, _… in ignoreParcelablesAndRepeatInt() 166 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_returnsLengthOfFooArray, _aidl_d… in returnsLengthOfFooArray() 194 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceVersion, data… in getInterfaceVersion() 213 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceHash, data, &… in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 40 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_originalApi, _aidl_data, &_aidl_… in originalApi() 74 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_acceptUnionAndReturnString, _aid… in acceptUnionAndReturnString() 120 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_ignoreParcelablesAndRepeatInt, _… in ignoreParcelablesAndRepeatInt() 166 …_aidl_ret_status = remote()->transact(BnFooInterface::TRANSACTION_returnsLengthOfFooArray, _aidl_d… in returnsLengthOfFooArray() 194 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceVersion, data… in getInterfaceVersion() 213 …::android::status_t err = remote()->transact(BnFooInterface::TRANSACTION_getInterfaceHash, data, &… in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/ |
D | INoPermission.java | 95 Proxy(android.os.IBinder remote) in Proxy() argument 97 mRemote = remote; in Proxy()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/ |
D | INoPermission.java | 95 Proxy(android.os.IBinder remote) in Proxy() argument 97 mRemote = remote; in Proxy()
|
/system/sepolicy/public/ |
D | rkpd_app.te | 2 ### A domain for sandboxing the remote key provisioning daemon
|