Home
last modified time | relevance | path

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

12

/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp36 SimpleParcelable out_param, returned; in TEST_F() local
37 Status status = service->RepeatSimpleParcelable(input, &out_param, &returned); in TEST_F()
40 EXPECT_EQ(input, returned); in TEST_F()
58 PersistableBundle empty_bundle, returned; in TEST_F() local
59 Status status = service->RepeatPersistableBundle(empty_bundle, &returned); in TEST_F()
61 EXPECT_EQ(empty_bundle, returned); in TEST_F()
65 PersistableBundle non_empty_bundle, returned; in TEST_F() local
84 Status status = service->RepeatPersistableBundle(non_empty_bundle, &returned); in TEST_F()
86 EXPECT_EQ(non_empty_bundle, returned); in TEST_F()
/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/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/core/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_app/src/android/aidl/tests/
DTestServiceClient.java289 SimpleParcelable returned = service.RepeatSimpleParcelable(input, out_param); in testRepeatParcelable() local
291 assertThat(returned, is(input)); in testRepeatParcelable()
312 PersistableBundle returned = service.RepeatPersistableBundle(emptyBundle); in testRepeatEmptyPersistableBundle() local
313 assertThat(returned.size(), is(emptyBundle.size())); in testRepeatEmptyPersistableBundle()
314 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/core/adb/
DSYNC.TXT39 The directory entries will be returned in the following form
74 the file that will be returned. Just as for the SEND sync request the file
DSERVICES.TXT224 The format of the returned data is the following:
/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/
Dflatbuffers_types.fbs36 * Scan Results returned by offload nanoapp
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto114 // operation via fastboot. This state can only be returned by WaitForMerge.
/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/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.cpp1523 EXPECT_OK(foo->repeatWithFmq(w, [&](const IFoo::WithFmq& returned) { in TEST_F() argument
1524 checkMQDescriptorEquality(w.scatterGathered.descSync, returned.scatterGathered.descSync); in TEST_F()
1525 checkMQDescriptorEquality(w.containsPointer.descSync, returned.containsPointer.descSync); in TEST_F()
1527 EXPECT_EQ(w.containsPointer.foo, returned.containsPointer.foo); in TEST_F()
/system/core/libutils/
DREADME96 constraint set is returned (ResourceTypes.{h,cpp}).

12