Home
last modified time | relevance | path

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

12

/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp66 const DestinationBuffer& destination, in decrypt() argument
74 if (destination.type == BufferType::SHARED_MEMORY) { in decrypt()
75 const SharedBuffer& dest = destination.nonsecureMemory; in decrypt()
137 if (destination.type == BufferType::SHARED_MEMORY) { in decrypt()
138 const SharedBuffer& destBuffer = destination.nonsecureMemory; in decrypt()
156 destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset); in decrypt()
157 } else if (destination.type == BufferType::NATIVE_HANDLE) { in decrypt()
163 destination.secureMemory.getNativeHandle()); in decrypt()
DCryptoPlugin.h66 uint64_t offset, const DestinationBuffer& destination,
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecMock.cpp176 (static_cast<uint8_t>(message.destination) & 0xf); in sendMessageToFifo()
248 message.destination = static_cast<CecLogicalAddress>((msgBuf[0] >> 0) & 0xf); in handleCecMessage()
249 ALOGD("[halimp] msg dest %x", message.destination); in handleCecMessage()
DHdmiCec.h73 .destination = static_cast<CecLogicalAddress>(event->cec.destination), in eventCallback()
DHdmiCec.cpp311 .destination = static_cast<cec_logical_address_t>(message.destination), in sendMessage()
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal64 * for decrypt source and destination addresses.
78 * destination memory buffer.
95 * @param destination the output buffer for the decryption
112 SharedBuffer source, uint64_t offset, DestinationBuffer destination)
Dtypes.hal326 * A decrypt destination buffer can be either normal user-space shared
/hardware/interfaces/drm/1.2/
DICryptoPlugin.hal35 * destination memory buffer.
54 * @param destination the output buffer for the decryption
82 SharedBuffer source, uint64_t offset, DestinationBuffer destination)
/hardware/interfaces/tv/cec/2.0/default/
DHdmiCec.h80 .destination = static_cast<CecLogicalAddress>(event->cec.destination), in eventCallback()
DHdmiCec.cpp326 .destination = static_cast<cec_logical_address_t>(message.destination), in sendMessage()
/hardware/qcom/sm8150/display/hdmi_cec/
Dqhdmi_cec.cpp215 __FUNCTION__, msg->initiator, msg->destination, in cec_send_message()
233 write_msg[CEC_OFFSET_RECEIVER_ID] = msg->destination; in cec_send_message()
297 event.cec.destination = (cec_logical_address_t) msg[CEC_OFFSET_RECEIVER_ID]; in cec_receive_message()
/hardware/qcom/display/msm8998/hdmi_cec/
Dqhdmi_cec.cpp219 __FUNCTION__, msg->initiator, msg->destination, in cec_send_message()
237 write_msg[CEC_OFFSET_RECEIVER_ID] = msg->destination; in cec_send_message()
301 event.cec.destination = (cec_logical_address_t) msg[CEC_OFFSET_RECEIVER_ID]; in cec_receive_message()
/hardware/qcom/display/msm8996/hdmi_cec/
Dqhdmi_cec.cpp215 __FUNCTION__, msg->initiator, msg->destination, in cec_send_message()
233 write_msg[CEC_OFFSET_RECEIVER_ID] = msg->destination; in cec_send_message()
297 event.cec.destination = (cec_logical_address_t) msg[CEC_OFFSET_RECEIVER_ID]; in cec_receive_message()
/hardware/qcom/sdm845/display/hdmi_cec/
Dqhdmi_cec.cpp215 __FUNCTION__, msg->initiator, msg->destination, in cec_send_message()
233 write_msg[CEC_OFFSET_RECEIVER_ID] = msg->destination; in cec_send_message()
297 event.cec.destination = (cec_logical_address_t) msg[CEC_OFFSET_RECEIVER_ID]; in cec_receive_message()
/hardware/libhardware/include/hardware/
Dhdmi_cec.h237 cec_logical_address_t destination; member
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp465 if (metadata.destination.getDiscriminator() == in updateSinkMetadata()
468 static_cast<audio_devices_t>(metadata.destination.device().device); in updateSinkMetadata()
470 deviceAddressToHal(metadata.destination.device()).c_str(), in updateSinkMetadata()
/hardware/interfaces/cas/native/1.0/
Dtypes.hal61 * A descrambling destination buffer can be either normal user-space shared
/hardware/interfaces/radio/1.1/
Dtypes.hal185 vec<uint8_t> destinationAddress; // destination address with type = family, in network
187 int32_t destinationPort; // destination if relevant for the given type
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.cpp227 __FUNCTION__, msg->initiator, msg->destination, in cec_send_message()
245 write_msg[CEC_OFFSET_RECEIVER_ID] = msg->destination; in cec_send_message()
308 event.cec.destination = (cec_logical_address_t) msg[CEC_OFFSET_RECEIVER_ID]; in cec_receive_message()
/hardware/qcom/display/msm8909/hdmi_cec/
Dqhdmi_cec.cpp227 __FUNCTION__, msg->initiator, msg->destination, in cec_send_message()
245 write_msg[CEC_OFFSET_RECEIVER_ID] = msg->destination; in cec_send_message()
308 event.cec.destination = (cec_logical_address_t) msg[CEC_OFFSET_RECEIVER_ID]; in cec_receive_message()
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal31 * @param dst The destination shared memory region.
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal1187 * color to a destination device color for a given color mode.
1190 * 1. The source gamut is much smaller than the destination (display) gamut
1191 * 2. The source gamut is much larger than the destination gamut (this will
1193 * 3. The source and destination gamuts are roughly equal, although not
1200 * that the source gamut lies wholly within the destination gamut or is
1203 * source colors lie outside the destination gamut (#2, #3), those will
1204 * need to be mapped to colors that are within the destination gamut,
1212 * When the destination gamut is much larger than the source gamut (#1), the
1214 * destination space, or to reflect an intermediate gamut.
1219 * When the device (destination) gamut is not larger than the source gamut
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal206 CecLogicalAddress destination;
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1735 ICrypto::DestinationBuffer destination; in queueSecureInputBuffer() local
1737 destination.mType = ICrypto::kDestinationTypeNativeHandle; in queueSecureInputBuffer()
1738 destination.mHandle = encryptedBuffer->handle(); in queueSecureInputBuffer()
1740 destination.mType = ICrypto::kDestinationTypeSharedMemory; in queueSecureInputBuffer()
1741 destination.mSharedMemory = mDecryptDestination; in queueSecureInputBuffer()
1747 subSamples, numSubSamples, destination, errorDetailMsg); in queueSecureInputBuffer()
1751 if (destination.mType == ICrypto::kDestinationTypeSharedMemory) { in queueSecureInputBuffer()
/hardware/interfaces/contexthub/1.0/
Dtypes.hal144 // If BROADCAST is specified as a destination for a

12