Home
last modified time | relevance | path

Searched defs:numInts (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/system/core/libcutils/
H A Dnative_handle.cpp25 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
38 native_handle_t* native_handle_create(int numFds, int numInts) { in native_handle_create()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_NativeHandle.cpp46 const int numInts = handle->numInts; in MakeJavaNativeHandleObj() local
71 const int numInts = (int) env->GetArrayLength(ints.get()); in MakeCppNativeHandle() local
H A Dandroid_util_StringBlock.cpp132 static const int numInts = sizeof(ResStringPool_span) / sizeof(jint); in android_content_StringBlock_nativeGetStyle() local
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
H A DMapper.h60 uint32_t numInts = 0; in getTransportSize() local
/aosp12/system/core/libcutils/include/cutils/
H A Dnative_handle.h38 int numInts; /* number of ints at &data[numFds] */ member
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h38 int numInts; /* number of ints at &data[numFds] */ member
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarSensorEventFactory.java66 int numInts = v.value.int32Values.size(); in createMixedEvent() local
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_biometrics_SurfaceToNativeHandleConverter.cpp44 size_t numInts = ceil(nhDataByteSize / sizeof(int)) + 1; in convertHalTokenToNativeHandle() local
/aosp12/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.cpp75 int numFds, int numInts) { in allocTemporaryNativeHandle()
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2HandleIonInternal.h57 numInts = sizeof(mInts) / sizeof(int), enumerator
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2SurfaceSyncObj.h186 numInts = sizeof(mInts) / sizeof(int), enumerator
/aosp12/hardware/interfaces/graphics/mapper/2.1/vts/functional/
H A DVtsHalGraphicsMapperV2_1TargetTest.cpp153 uint32_t numInts; in TEST_P() local
/aosp12/frameworks/av/media/bufferpool/1.0/vts/
H A Dallocator.cpp62 numInts = sizeof(mInts) / sizeof(int), enumerator
/aosp12/frameworks/av/media/bufferpool/2.0/tests/
H A Dallocator.cpp62 numInts = sizeof(mInts) / sizeof(int), enumerator
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h640 size_t const numInts = 12 + (handle ? handle->numInts : 0); in convertTo() local
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp82 numInts = sizeof(mInts) / sizeof(int), enumerator
/aosp12/packages/modules/StatsD/statsd/tests/
H A DLogEvent_test.cpp326 int numInts = 10; in TEST() local
/aosp12/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp431 const size_t numInts = static_cast<size_t>(buf[11]); in unflatten() local
/aosp12/frameworks/av/media/ndk/
H A DNdkImageReader.cpp660 size_t numInts = ceil(nhDataByteSize / sizeof(int)) + 1; in convertHalTokenToNativeHandle() local
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h532 native_handle_t* getTemporaryHandle(int numFds, int numInts) { in getTemporaryHandle()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h605 native_handle_t* getTemporaryHandle(int numFds, int numInts) { in getTemporaryHandle()
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp207 size_t const numInts = 12 + static_cast<size_t>(handle ? handle->numInts : 0); in convertTo() local
H A DH2BGraphicBufferProducer.cpp155 size_t const numInts = 12 + in convertTo() local
/aosp12/hardware/ril/libril/
H A Dril_service.cpp4178 int numInts = responseLen / sizeof(int); in getClirResponse() local
4290 int numInts = responseLen / sizeof(int); in getCallWaitingResponse() local
4867 int numInts = responseLen / sizeof(int); in getAvailableBandModesResponse() local
5216 int numInts = responseLen / sizeof(int); in getPreferredVoicePrivacyResponse() local
5913 int numInts = responseLen / sizeof(int); in getImsRegistrationStateResponse() local
5997 int numInts = responseLen / sizeof(int); in iccOpenLogicalChannelResponse() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java2712 int numInts; in responseCdmaBroadcastConfig() local
2728 int numInts; in responseCdmaBroadcastConfig() local

12