/aosp_15_r20/external/sdv/vsomeip/implementation/utility/include/ |
D | utility.hpp | 55 static inline bool is_response(byte_t _type) { in is_response() function in vsomeip_v3::utility 59 static inline bool is_response(message_type_e _type) { in is_response() function in vsomeip_v3::utility
|
/aosp_15_r20/external/cronet/base/task/common/ |
H A D | task_annotator.cc | 101 bool is_response) { in OnIPCReceived() 342 bool is_response) { in SetIpcDetails()
|
/aosp_15_r20/device/google/cuttlefish/common/libs/security/ |
D | keymaster_channel.cpp | 27 bool is_response, in CreateKeymasterMessage()
|
D | keymaster_channel.h | 33 bool is_response : 1; member
|
D | gatekeeper_channel_sharedfd.cpp | 38 bool SharedFdGatekeeperChannel::SendMessage(uint32_t command, bool is_response, in SendMessage()
|
D | keymaster_channel_sharedfd.cpp | 48 AndroidKeymasterCommand command, bool is_response, in SendMessage()
|
D | keymaster_channel_windows.cpp | 119 AndroidKeymasterCommand command, bool is_response, in SendMessage()
|
D | gatekeeper_channel_windows.cpp | 118 uint32_t command, bool is_response, in SendMessage()
|
/aosp_15_r20/device/google/cuttlefish/common/libs/transport/ |
D | channel.h | 37 bool is_response : 1; member
|
D | channel.cpp | 31 Result<ManagedMessage> CreateMessage(uint32_t command, bool is_response, size_t payload_size) { in CreateMessage()
|
/aosp_15_r20/external/python/bumble/tests/ |
D | avrcp_test.py | 133 def on_message(transaction_label, is_response, ipid, pid, payload): argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | quic_spdy_stream.cc | 1770 bool is_response = false; in ValidateReceivedHeaders() local
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/ibexpeak/ |
H A D | me.h | 187 u32 is_response: 1; member
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/bd82x6x/ |
H A D | me.h | 218 u32 is_response: 1; member
|
/aosp_15_r20/external/coreboot/util/intelmetool/ |
H A D | me.h | 220 uint32_t is_response: 1; member
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/ |
H A D | me.h | 280 u32 is_response: 1; member
|
/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/include/soc/ |
H A D | me.h | 261 u32 is_response: 1; member
|
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/ |
D | routing_manager_impl.cpp | 759 bool is_response = utility::is_response(_data[VSOMEIP_MESSAGE_TYPE_POS]); in send() local
|