Home
last modified time | relevance | path

Searched refs:Response (Results 1 – 20 of 20) sorted by relevance

/system/nvram/messages/
Dnvram_messages.cpp160 template<> struct DescriptorForType<Response> {
162 MakeField(1, &Response::result),
163 MakeOneOfField(2, &Response::payload, COMMAND_GET_INFO),
164 MakeOneOfField(3, &Response::payload, COMMAND_CREATE_SPACE),
165 MakeOneOfField(4, &Response::payload, COMMAND_GET_SPACE_INFO),
166 MakeOneOfField(5, &Response::payload, COMMAND_DELETE_SPACE),
167 MakeOneOfField(6, &Response::payload, COMMAND_DISABLE_CREATE),
168 MakeOneOfField(7, &Response::payload, COMMAND_WRITE_SPACE),
169 MakeOneOfField(8, &Response::payload, COMMAND_READ_SPACE),
170 MakeOneOfField(9, &Response::payload, COMMAND_LOCK_SPACE_WRITE),
[all …]
/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc26 using ::dbus::Response;
52 inline void RunResponse(std::unique_ptr<Response> response, in RunResponse()
57 inline void RunResponse(std::unique_ptr<Response> response,
90 RunResponse(Response::FromMethodCall(method_call), response_sender); in Enable()
97 RunResponse(Response::FromMethodCall(method_call), response_sender); in Disable()
112 std::unique_ptr<Response> response(Response::FromMethodCall(method_call)); in Introspect()
/system/nvram/messages/tests/
Dnvram_messages_test.cpp49 Response response; in TEST()
65 Response decoded; in TEST()
118 Response response; in TEST()
122 Response decoded; in TEST()
148 Response response; in TEST()
159 Response decoded; in TEST()
202 Response response; in TEST()
206 Response decoded; in TEST()
226 Response response; in TEST()
230 Response decoded; in TEST()
[all …]
/system/nvram/hal/
Dtesting_nvram_implementation.cpp42 nvram::Response* response) override;
51 bool SendRequest(const nvram::Request& request, nvram::Response* response);
71 nvram::Response* response) { in Execute()
95 nvram::Response* response) { in SendRequest()
Dfake_nvram.cpp134 nvram::Response response; in ProcessCommand()
Dnvram_device_adapter.cpp43 nvram::Response response; in Execute()
/system/core/trusty/confirmationui/
DTrustyApp.h85 template <typename Request, typename Response, typename... T>
86 std::tuple<TrustyAppError, msg2tuple_t<Response>> issueCmd(const T&... args) { in issueCmd()
108 auto result = read(Response(), in); in issueCmd()
/system/chre/java/test/utils/src/com/google/android/utils/chre/
DChreTestUtil.java100 ContextHubTransaction.Response<Void> resp = null; in loadNanoApp()
131 ContextHubTransaction.Response<Void> resp = null; in unloadNanoApp()
207 ContextHubTransaction.Response<List<NanoAppState>> response = null; in queryNanoAppsAssertSuccess()
279 ContextHubTransaction.Response<?> response = null; in assertTransactionSuccessSync()
/system/nvram/hal/include/nvram/hal/
Dnvram_device_adapter.h37 nvram::Response* response) = 0;
/system/chre/apps/test/common/proto/
Dchre_cross_validation_sensor.proto26 // C2H: Response to a information request for a sensor.
56 * Response to a SensorInfoCommand containing data about the requested sensor.
/system/core/libutils/include/utils/
DLooper.h435 struct Response { struct
472 Vector<Response> mResponses;
/system/nvram/core/include/nvram/core/
Dnvram_manager.h38 void Dispatch(const Request& request, Response* response);
/system/nvram/
DREADME.md41 and `nvram::Response` objects, the glue code will adapt it to the full NVRAM API
49 HAL function. The `nvram::Request` and `nvram::Response` wrappers keep track of
/system/nvram/messages/include/nvram/messages/
Dnvram_messages.h174 struct Response { struct
/system/core/libutils/
DLooper.cpp179 const Response& response = mResponses.itemAt(mResponseIndex++); in pollOnce()
343 Response& response = mResponses.editItemAt(i); in pollInner()
420 Response response; in pushResponse()
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt83 * Response" procedure and sendResponse should not be called. If
103 * Response" procedure and sendResponse should not be called. If
DIBluetoothGattClient.txt82 * - WRITE_TYPE_NO_RESPONSE (0x01): Write Without Response procedure
83 * - WRITE_TYPE_SIGNED (0x04): Signed Write Without Response procedure.
/system/nvram/core/
Dnvram_manager.cpp111 nvram::Response* response) { in Dispatch()
/system/bt/gd/docs/testing/
Dcert_test.md235 pts_test_name="Extended Features Information Response for "
/system/chre/chpp/
DREADME.md192 - 0b01 (1): Response from service (with the same command / transaction ID as the request)