Searched defs:size (Results 126 - 150 of 1111) sorted by relevance

1234567891011>>

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp38 int size = klogctl(/* SYSLOG_ACTION_SIZE_BUFFER */ 10, 0, 0); local
39 if (size < 1) {
44 char *buf = (char *)malloc(size);
50 int read = klogctl(/* SYSLOG_ACTION_READ_ALL */ 3, buf, size);
59 if (read != size) {
60 ALOGV("read %d bytes, expecting %d", read, size);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAttribute.java29 public FontSize size; field in class:TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined,
42 this.size = size;
36 TextAttribute(int start, int length, TextAlignment align, FontSize size, boolean bold, boolean italic, boolean underlined, boolean strikeThrough, TextColor color) argument
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp23 static const int size = 64; local
30 tb.setX(size);
31 tb.setY(size);
81 uint32_t * output = new uint32_t[size*size];
82 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
H A Djnibranchingfuncalls.cpp30 static const int size = 64; local
39 tb.setX(size);
40 tb.setY(size);
46 int * input = new int[size*size];
47 for(int i = 0; i < size*size; ++i) {
48 input[i] = i - (size*size / 2);
50 a->copy2DRangeFrom(0, 0, size, siz
[all...]
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A Djnidebugwaitattach.cpp30 static const int size = 8; local
39 tb.setX(size);
40 tb.setY(size);
49 uint32_t * output = new uint32_t[size*size];
50 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
H A Djniinfiniteloop.cpp31 static const int size = 64; local
40 tb.setX(size);
41 tb.setY(size);
58 uint32_t * output = new uint32_t[size*size];
59 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
H A Djnimultiplersfiles.cpp31 static const int size = 64; local
40 tb.setX(size);
41 tb.setY(size);
52 uint32_t * output = new uint32_t[size*size];
53 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
H A Djninodebugwaitattach.cpp30 static const int size = 8; local
39 tb.setX(size);
40 tb.setY(size);
49 uint32_t * output = new uint32_t[size*size];
50 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DMinTouchTargetHelper.java26 * Helper class that will ensure that a given view meets a minimum touch target size that is
33 * Sets up the view that will be checked and ensured to meet a minimum touch target size.
47 * expanded to meet a minimum touch size.
60 * Sets the minimum touch target size in pixels for the subject view. Calling this method
66 * @param size The minimum touch target size in pixels.
68 void hasMinTouchSize(int size) { argument
69 if (size <= 0) {
71 "Minimum touch target size must be greater than 0.");
87 // Ensure that the touch target for the icon is the minimum touch size
[all...]
/frameworks/support/compat/src/main/java/androidx/core/os/
H A DParcelableCompat.java63 public T[] newArray(int size) { argument
64 return mCallbacks.newArray(size);
/frameworks/support/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DSubheaderListItemActivity.java164 public int size() { method in class:SubheaderListItemActivity.SampleProvider
165 return mListProvider.size();
/frameworks/support/legacy/core-ui/src/main/java/androidx/legacy/widget/
H A DSpace.java79 * If mode is AT_MOST, return the child size instead of the parent size
82 private static int getDefaultSize2(int size, int measureSpec) { argument
83 int result = size;
89 result = size;
92 result = Math.min(size, specSize);
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DSubheaderListItemActivity.java164 public int size() { method in class:SubheaderListItemActivity.SampleProvider
165 return mListProvider.size();
/frameworks/av/camera/
H A DCameraParameters2.cpp40 size_t size = mMap.size(); local
42 for (size_t i = 0; i < size; i++) {
50 if (i != size-1)
354 ALOGD("dump: mMap.size = %zu", mMap.size());
355 for (size_t i = 0; i < mMap.size(); i++) {
369 snprintf(buffer, 255, "CameraParameters2::dump: mMap.size = %zu\n", mMap.size());
371 for (size_t i = 0; i < mMap.size();
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DBuffer.h39 size_t size() const { return mRangeLength; } function in struct:android::hardware::drm::V1_1::clearkey::Buffer
/frameworks/av/include/media/
H A Dmediascanner.h48 static MediaAlbumArt *fromData(int32_t size, const void* data);
50 static void init(MediaAlbumArt* instance, int32_t size, const void* data);
58 int32_t size() { function in struct:android::MediaAlbumArt
/frameworks/av/include/media/stagefright/foundation/
H A DABuffer.h38 size_t size() const { return mRangeLength; } function in struct:android::ABuffer
41 void setRange(size_t offset, size_t size);
/frameworks/av/media/libaudioclient/tests/
H A Dtest_create_utils.cpp26 int readLine(FILE *inputFile, char *line, int size) { argument
29 char *str = fgets(line, size, inputFile);
/frameworks/av/media/libmedia/include/media/
H A Dmediascanner.h48 static MediaAlbumArt *fromData(int32_t size, const void* data);
50 static void init(MediaAlbumArt* instance, int32_t size, const void* data);
58 int32_t size() { function in struct:android::MediaAlbumArt
/frameworks/av/media/libmediaextractor/
H A DDataSourceBase.cpp78 bool DataSourceBase::getUInt16Var(off64_t offset, uint16_t *x, size_t size) { argument
79 if (size == 2) {
82 if (size == 1) {
92 bool DataSourceBase::getUInt32Var(off64_t offset, uint32_t *x, size_t size) { argument
93 if (size == 4) {
96 if (size == 2) {
106 bool DataSourceBase::getUInt64Var(off64_t offset, uint64_t *x, size_t size) { argument
107 if (size == 8) {
110 if (size == 4) {
120 status_t DataSourceBase::getSize(off64_t *size) { argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp55 void NuPlayer::NuPlayerStreamListener::queueBuffer(size_t index, size_t size) { argument
59 entry.mSize = size;
96 void *data, size_t size, sp<AMessage> *extra) {
97 CHECK_GT(size, 0u);
143 if (copy > size) {
144 copy = size;
147 if (entry->mIndex >= mBuffers.size()) {
152 if (mem == NULL || mem->size() < copy || mem->size() - copy < entry->mOffset) {
95 read( void *data, size_t size, sp<AMessage> *extra) argument
/frameworks/av/media/libstagefright/
H A DDataConverter.cpp32 size_t size = targetSize(source->size()); local
34 if (size > target->capacity()) {
35 ALOGE("data size (%zu) is greater than buffer capacity (%zu)",
36 size, // this is the data received/to be converted
37 target->capacity()); // this is out buffer size
42 target->setRange(0, err == OK ? size : 0);
48 memcpy(target->base(), source->data(), source->size());
66 ALOGW("limiting source size due to overflow (%zu*%zu/%zu)",
77 ALOGW("limiting target size du
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_chroma_inter.cpp33 size = total number of pixel in the current luminance VOP (int)
120 int32 size, /* i */
168 /* (pstprcTypPrv + (size>>6)). */
172 pp_prev1 = pstprcTypPrv + (size >> 6) + nmvx + nmvy * (mvwidth >> 1) ;
211 /* = size/256 = size>>8 */
212 mv_loc = (size >> 8);
111 pp_semaphore_chroma_inter( int xpred, int ypred, uint8 *pp_dec_u, uint8 *pstprcTypPrv, int dx, int dy, int mvwidth, int height, int32 size, int mv_loc, uint8 msk_deblock ) argument
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DABuffer.h38 size_t size() const { return mRangeLength; } function in struct:android::ABuffer
41 void setRange(size_t offset, size_t size);
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h32 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
45 virtual status_t getSize(off64_t *size) { argument
46 return mSource->getSize(size);

Completed in 7438 milliseconds

1234567891011>>