/hardware/interfaces/drm/1.0/default/ |
D | CryptoPlugin.cpp | 66 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()
|
D | CryptoPlugin.h | 66 uint64_t offset, const DestinationBuffer& destination,
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCecMock.cpp | 176 (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()
|
D | HdmiCec.h | 73 .destination = static_cast<CecLogicalAddress>(event->cec.destination), in eventCallback()
|
D | HdmiCec.cpp | 311 .destination = static_cast<cec_logical_address_t>(message.destination), in sendMessage()
|
/hardware/interfaces/drm/1.0/ |
D | ICryptoPlugin.hal | 64 * 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)
|
D | types.hal | 326 * A decrypt destination buffer can be either normal user-space shared
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoPlugin.hal | 35 * 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/ |
D | HdmiCec.h | 80 .destination = static_cast<CecLogicalAddress>(event->cec.destination), in eventCallback()
|
D | HdmiCec.cpp | 326 .destination = static_cast<cec_logical_address_t>(message.destination), in sendMessage()
|
/hardware/qcom/sm8150/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 215 __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/ |
D | qhdmi_cec.cpp | 219 __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/ |
D | qhdmi_cec.cpp | 215 __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/ |
D | qhdmi_cec.cpp | 215 __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/ |
D | hdmi_cec.h | 237 cec_logical_address_t destination; member
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 465 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/ |
D | types.hal | 61 * A descrambling destination buffer can be either normal user-space shared
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 185 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/ |
D | qhdmi_cec.cpp | 227 __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/ |
D | qhdmi_cec.cpp | 227 __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/ |
D | IBuffer.hal | 31 * @param dst The destination shared memory region.
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 1187 * 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/ |
D | types.hal | 206 CecLogicalAddress destination;
|
/hardware/google/av/media/sfplugin/ |
D | CCodecBufferChannel.cpp | 1735 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/ |
D | types.hal | 144 // If BROADCAST is specified as a destination for a
|