Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 28) sorted by relevance

12

/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp54 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/
DREADME27 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/
Dcow_decompress.cpp187 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/
DINetd.hal22 * 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/
Dwait_for_keymaster.te11 # wait_for_keymaster needs to find keystore and call methods with the returned
/system/sepolicy/private/
Dwait_for_keymaster.te11 # wait_for_keymaster needs to find keystore and call methods with the returned
/system/logging/liblog/
DREADME.md129 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/
DIMemoryToken.hal23 * The returned instance of memory must always be a reference to the same memory.
/system/libhidl/transport/base/1.0/
Dtypes.hal20 * The returned object for getDebugInfo.
DIBase.hal64 * 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/
DTestServiceClient.java308 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/
DITokenManager.hal31 * @param store Interface which can later be fetched with the returned token.
/system/hardware/interfaces/net/netd/1.0/
DINetd.hal20 * This is the root of the HAL module and is the interface returned when
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal20 * This is the root of the HAL module and is the interface returned when
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt51 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.
69 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.
DIBluetoothGattServer.txt26 * be returned in a callback to the application that can be used to perform
DIBluetoothLowEnergy.txt23 * instance. A special client interface ID will be returned in a callback to
DIBluetoothGattClient.txt56 * results will be returned from the attribute cache. Returns false in case of
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
Dflatbuffers_types.fbs36 * Scan Results returned by offload nanoapp
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto242 // Number of results returned.
/system/memory/libmemunreachable/
DREADME.md8 In the default (zero-overhead) mode, the returned data on leaks is limited to the address, approxim…
/system/bt/doc/
Dstyle_guide.md177 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/
Dsnapshot.proto138 // operation via fastboot. This state can only be returned by WaitForMerge.
/system/core/fastboot/
DREADME.md113 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/
Dhidl_test_client.cpp1511 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()

12