Home
last modified time | relevance | path

Searched refs:objectType (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/net/
DLinkQualityInfo.java99 public void writeToParcel(Parcel dest, int flags, int objectType) { in writeToParcel() argument
100 dest.writeInt(objectType); in writeToParcel()
118 int objectType = in.readInt();
119 if (objectType == OBJECT_TYPE_LINK_QUALITY_INFO) {
123 } else if (objectType == OBJECT_TYPE_WIFI_LINK_QUALITY_INFO) {
125 } else if (objectType == OBJECT_TYPE_MOBILE_LINK_QUALITY_INFO) {
/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp263 unsigned long objectType; in MakeAACCodecSpecificData2() local
267 objectType = strtoul(s, &end, 10); in MakeAACCodecSpecificData2()
270 objectType = 0x40; // Audio ISO/IEC 14496-3 in MakeAACCodecSpecificData2()
306 *dst++ = objectType; in MakeAACCodecSpecificData2()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt53 private val objectType = StaticJavaParser.parseClassOrInterfaceType("Object") in <lambda>() constant
170 val nullArray = CastExpr(ArrayType(objectType), NullLiteralExpr()) in <lambda>()
/frameworks/native/vulkan/libvulkan/
Ddebug_report.h30 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object…
Dapi_gen.cpp609 VKAPI_ATTR VkResult SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle,…
610 VKAPI_ATTR void GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkP…
1786 VKAPI_ATTR VkResult SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle,… in SetPrivateData() argument
1787 …return GetData(device).dispatch.SetPrivateData(device, objectType, objectHandle, privateDataSlot, … in SetPrivateData()
1790 VKAPI_ATTR void GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkP… in GetPrivateData() argument
1791 … GetData(device).dispatch.GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); in GetPrivateData()
2941 VKAPI_ATTR VkResult vkSetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandl… in vkSetPrivateData() argument
2942 return vulkan::api::SetPrivateData(device, objectType, objectHandle, privateDataSlot, data); in vkSetPrivateData()
2946 VKAPI_ATTR void vkGetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, V… in vkGetPrivateData() argument
2947 vulkan::api::GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); in vkGetPrivateData()
/frameworks/av/media/module/extractors/mp4/
DMPEG4Extractor.cpp4840 uint32_t objectType = br.getBits(5); in updateAudioTrackInfoFromESDS_MPEG4Audio() local
4842 if (objectType == AOT_ESCAPE) { // AAC-ELD => additional 6 bits in updateAudioTrackInfoFromESDS_MPEG4Audio()
4843 objectType = 32 + br.getBits(6); in updateAudioTrackInfoFromESDS_MPEG4Audio()
4850 AMediaFormat_setInt32(mLastTrack->meta, AMEDIAFORMAT_KEY_AAC_PROFILE, objectType); in updateAudioTrackInfoFromESDS_MPEG4Audio()
4871 if (objectType == AOT_SBR || objectType == AOT_PS) {//SBR specific config per 14496-3 tbl 1.13 in updateAudioTrackInfoFromESDS_MPEG4Audio()
4914 if (objectType == AOT_SBR || objectType == AOT_PS) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4916 objectType = br.getBits(5); in updateAudioTrackInfoFromESDS_MPEG4Audio()
4918 if (objectType == AOT_ESCAPE) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4920 objectType = 32 + br.getBits(6); in updateAudioTrackInfoFromESDS_MPEG4Audio()
4923 if (objectType == AOT_AAC_LC || objectType == AOT_ER_AAC_LC || in updateAudioTrackInfoFromESDS_MPEG4Audio()
[all …]
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h172 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object…
246 VKAPI_ATTR VkResult SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle,…
247 VKAPI_ATTR void GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkP…
Dnull_driver.cpp1512 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object… in DebugReportMessageEXT() argument
1757 void GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataS… in GetPrivateData() argument
1765 VkResult SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateD… in SetPrivateData() argument
/frameworks/native/libs/binder/
DParcel.cpp649 int32_t objectType; in appendFrom() local
650 if (status_t status = readInt32(&objectType); status != OK) { in appendFrom()
653 if (objectType != RpcFields::TYPE_NATIVE_FILE_DESCRIPTOR) { in appendFrom()
2406 int32_t objectType = readInt32(); in readFileDescriptor() local
2407 if (objectType != RpcFields::TYPE_NATIVE_FILE_DESCRIPTOR) { in readFileDescriptor()
/frameworks/native/opengl/include/EGL/
Deglext.h128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGL…
132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR o…