Home
last modified time | relevance | path

Searched refs:getDestinationType (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/
DSecureBuffer.h43 ICrypto::DestinationType getDestinationType();
/frameworks/av/media/libstagefright/
DBufferImpl.cpp62 ICrypto::DestinationType SecureBuffer::getDestinationType() { in getDestinationType() function in android::SecureBuffer
DACodecBufferChannel.cpp126 if (secureData->getDestinationType() != ICrypto::kDestinationTypeNativeHandle) { in queueSecureInputBuffer()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java124 CharSequence destinationType = getDestinationType(entry); in bindView()
346 protected CharSequence getDestinationType(RecipientEntry entry) { in getDestinationType() method in DropdownChipLayouter
347 return mQuery.getTypeLabel(mContext.getResources(), entry.getDestinationType(), in getDestinationType()
DRecipientEntry.java262 public int getDestinationType() { in getDestinationType() method in RecipientEntry