/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 54 SimpleParcelable out_param, returned; in TEST_F() local 55 Status status = cpp_java_tests->RepeatSimpleParcelable(input, &out_param, &returned); in TEST_F() 58 EXPECT_EQ(input, returned) << input.toString() << " " << returned.toString(); in TEST_F() 64 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> input, out_param, returned; in TEST_F() local 67 Status status = cpp_java_tests->RepeatGenericParcelable(input, &out_param, &returned); in TEST_F() 70 EXPECT_EQ(input, returned); in TEST_F() 96 PersistableBundle empty_bundle, returned; in TEST_F() local 97 Status status = cpp_java_tests->RepeatPersistableBundle(empty_bundle, &returned); in TEST_F() 99 EXPECT_EQ(empty_bundle, returned); in TEST_F() 105 PersistableBundle non_empty_bundle, returned; in TEST_F() local [all …]
|
/system/extras/memory_replay/traces/ |
D | README | 27 Allocation made by malloc(<size>). <ptr> is the value returned by malloc. 34 Allocation made by calloc(<nmemb>, <size>. <ptr> is the value returned 43 to indicate a realloc with a nullptr. <new_ptr> is the value returned 52 returned by memalign.
|
/system/core/fs_mgr/libsnapshot/ |
D | cow_decompress.cpp | 187 size_t returned = avail_out - z_.avail_out; in DecompressInput() local 188 if (!sink_->ReturnData(output_buffer_, returned)) { in DecompressInput() 192 output_buffer_ += returned; in DecompressInput() 193 output_buffer_remaining_ -= returned; in DecompressInput()
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 22 * This is the root of the HAL module and is the interface returned when 30 * @param networkHandle Handle to the OEM network previously returned from 53 * @param networkHandle Handle to the OEM network previously returned from 75 * @param networkHandle Handle to the OEM network previously returned from 87 * @param networkHandle Handle to the OEM network previously returned from
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | wait_for_keymaster.te | 11 # wait_for_keymaster needs to find keystore and call methods with the returned
|
/system/sepolicy/private/ |
D | wait_for_keymaster.te | 11 # wait_for_keymaster needs to find keystore and call methods with the returned
|
/system/logging/liblog/ |
D | README.md | 129 The value returned by `android_logger_open()` can be used as a parameter to the 132 The value returned by `android_logger_open()` can be used as a parameter to the 140 If messages fail, a negative error code will be returned to the caller. 160 Other return codes from writing operation can be returned. Since the library retries on `EINTR`, 161 `-EINTR` should never be returned.
|
/system/libhidl/transport/memory/token/1.0/ |
D | IMemoryToken.hal | 23 * The returned instance of memory must always be a reference to the same memory.
|
/system/libhidl/transport/base/1.0/ |
D | types.hal | 20 * The returned object for getDebugInfo.
|
D | IBase.hal | 64 * object (the first element of the vector returned by 84 * @param cookie a cookie that must be returned with the callback
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 308 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> returned = in testRepeatGenericParcelable() local 312 assertThat(returned.a, is(input.a)); in testRepeatGenericParcelable() 313 assertThat(returned.b, is(input.b)); in testRepeatGenericParcelable() 322 SimpleParcelable returned = cpp_java_tests.RepeatSimpleParcelable(input, out_param); in testRepeatParcelable() local 324 assertThat(returned, is(input)); in testRepeatParcelable() 349 PersistableBundle returned = cpp_java_tests.RepeatPersistableBundle(emptyBundle); in testRepeatEmptyPersistableBundle() local 350 assertThat(returned.size(), is(emptyBundle.size())); in testRepeatEmptyPersistableBundle() 351 assertThat(returned.toString(), is(emptyBundle.toString())); in testRepeatEmptyPersistableBundle()
|
/system/libhidl/transport/token/1.0/ |
D | ITokenManager.hal | 31 * @param store Interface which can later be fetched with the returned token.
|
/system/hardware/interfaces/net/netd/1.0/ |
D | INetd.hal | 20 * This is the root of the HAL module and is the interface returned when
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | IKeystore.hal | 20 * This is the root of the HAL module and is the interface returned when
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 51 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned. 69 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.
|
D | IBluetoothGattServer.txt | 26 * be returned in a callback to the application that can be used to perform
|
D | IBluetoothLowEnergy.txt | 23 * instance. A special client interface ID will be returned in a callback to
|
D | IBluetoothGattClient.txt | 56 * results will be returned from the attribute cache. Returns false in case of
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/ |
D | flatbuffers_types.fbs | 36 * Scan Results returned by offload nanoapp
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 242 // Number of results returned.
|
/system/memory/libmemunreachable/ |
D | README.md | 8 In the default (zero-overhead) mode, the returned data on leaks is limited to the address, approxim…
|
/system/bt/doc/ |
D | style_guide.md | 177 routines and objects returned from those functions must be freed with the 178 corresponding `*_free` function. For example, list objects returned from
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 138 // operation via fastboot. This state can only be returned by WaitForMerge.
|
/system/core/fastboot/ |
D | README.md | 113 The variable contents will be returned after the 317 The host sends an init packet once the query response is returned. The
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1511 EXPECT_OK(foo->repeatWithFmq(w, [&](const IFoo::WithFmq& returned) { in TEST_F() argument 1512 checkMQDescriptorEquality(w.scatterGathered.descSync, returned.scatterGathered.descSync); in TEST_F() 1513 checkMQDescriptorEquality(w.containsPointer.descSync, returned.containsPointer.descSync); in TEST_F() 1515 EXPECT_EQ(w.containsPointer.foo, returned.containsPointer.foo); in TEST_F()
|