/system/nvram/messages/ |
D | nvram_messages.cpp | 160 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/ |
D | bluetooth_adapter.cc | 26 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/ |
D | nvram_messages_test.cpp | 49 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/ |
D | testing_nvram_implementation.cpp | 42 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()
|
D | fake_nvram.cpp | 134 nvram::Response response; in ProcessCommand()
|
D | nvram_device_adapter.cpp | 43 nvram::Response response; in Execute()
|
/system/core/trusty/confirmationui/ |
D | TrustyApp.h | 85 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/ |
D | ChreTestUtil.java | 100 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/ |
D | nvram_device_adapter.h | 37 nvram::Response* response) = 0;
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_sensor.proto | 26 // 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/ |
D | Looper.h | 435 struct Response { struct 472 Vector<Response> mResponses;
|
/system/nvram/core/include/nvram/core/ |
D | nvram_manager.h | 38 void Dispatch(const Request& request, Response* response);
|
/system/nvram/ |
D | README.md | 41 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/ |
D | nvram_messages.h | 174 struct Response { struct
|
/system/core/libutils/ |
D | Looper.cpp | 179 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/ |
D | IBluetoothGattServerCallback.txt | 83 * Response" procedure and sendResponse should not be called. If 103 * Response" procedure and sendResponse should not be called. If
|
D | IBluetoothGattClient.txt | 82 * - WRITE_TYPE_NO_RESPONSE (0x01): Write Without Response procedure 83 * - WRITE_TYPE_SIGNED (0x04): Signed Write Without Response procedure.
|
/system/nvram/core/ |
D | nvram_manager.cpp | 111 nvram::Response* response) { in Dispatch()
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 235 pts_test_name="Extended Features Information Response for "
|
/system/chre/chpp/ |
D | README.md | 192 - 0b01 (1): Response from service (with the same command / transaction ID as the request)
|