Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 1049) sorted by relevance

12345678910>>...42

/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_ci.cc120 uint8_t* p_data, uint16_t len, bool ext) { in bta_pan_ci_rx_write() argument
129 ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext = ext; in bta_pan_ci_rx_write()
157 BT_HDR* p_buf, bool ext) { in bta_pan_ci_rx_writebuf() argument
162 ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext = ext; in bta_pan_ci_rx_writebuf()
191 *p_ext = ((tBTA_PAN_DATA_PARAMS*)p_buf)->ext; in bta_pan_ci_readbuf()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_pan_api.h130 uint8_t* p_data, uint16_t len, bool ext)>
133 bool ext) { return PAN_SUCCESS; }};
136 uint8_t* p_data, uint16_t len, bool ext) { in operator()
137 return body(handle, dst, src, protocol, p_data, len, ext); in operator()
147 BT_HDR* p_buf, bool ext)>
150 bool ext) { return PAN_SUCCESS; }};
153 BT_HDR* p_buf, bool ext) { in operator()
154 return body(handle, dst, src, protocol, p_buf, ext); in operator()
Dmock_stack_pan_api.cc95 uint16_t len, bool ext) { in PAN_Write() argument
98 p_data, len, ext); in PAN_Write()
102 BT_HDR* p_buf, bool ext) { in PAN_WriteBuf() argument
105 p_buf, ext); in PAN_WriteBuf()
Dmock_bta_pan_ci.cc47 uint8_t* p_data, uint16_t len, bool ext) { in bta_pan_ci_rx_write() argument
52 BT_HDR* p_buf, bool ext) { in bta_pan_ci_rx_writebuf() argument
/packages/apps/Messaging/jni/
DGifTranscoder.cpp258 GifByteType* ext; in resizeBoxFilter() local
259 if (DGifGetExtension(gifIn, &extCode, &ext) == GIF_ERROR) { in resizeBoxFilter()
266 if (DGifExtensionToGCB(ext[0], ext + 1, &gcb) == GIF_ERROR) { in resizeBoxFilter()
292 EGifGCBToExtension(&gcb, ext + 1); in resizeBoxFilter()
298 if (EGifPutExtensionBlock(gifOut, ext[0], ext + 1) == GIF_ERROR) { in resizeBoxFilter()
303 while (ext != NULL) { in resizeBoxFilter()
304 if (DGifGetExtensionNext(gifIn, &ext) == GIF_ERROR) { in resizeBoxFilter()
308 if (ext != NULL) { in resizeBoxFilter()
310 if (EGifPutExtensionBlock(gifOut, ext[0], ext + 1) == GIF_ERROR) { in resizeBoxFilter()
/packages/modules/NeuralNetworks/runtime/test/
DTestOperandExtraParams.cpp181 ANeuralNetworksSymmPerChannelQuantParams ext = { in TEST_F() local
187 testAddingWithSymmPerChannelQuantParams(dataType, ext, /*expectExtraParamsSuccess=*/false); in TEST_F()
218 ANeuralNetworksSymmPerChannelQuantParams ext = { in TEST_F() local
224 testAddingWithSymmPerChannelQuantParams(dataType, ext, /*expectExtraParamsSuccess=*/false); in TEST_F()
230 ANeuralNetworksSymmPerChannelQuantParams ext = { in TEST_F() local
236 testAddingWithSymmPerChannelQuantParams(dataType, ext, /*expectExtraParamsSuccess=*/false); in TEST_F()
/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DCreditCardMatcherTest.java16 package android.ext.services.autofill;
18 import static android.ext.services.autofill.CreditCardMatcher.OPTIONAL_ARG_SUFFIX_LENGTH;
19 import static android.ext.services.autofill.CreditCardMatcher.REQUIRED_ARG_MAX_CREDIT_CARD_LENGTH;
20 import static android.ext.services.autofill.CreditCardMatcher.REQUIRED_ARG_MIN_CREDIT_CARD_LENGTH;
21 import static android.ext.services.autofill.CreditCardMatcher.calculateScore;
DEditDistanceScorerTest.java16 package android.ext.services.autofill;
18 import static android.ext.services.autofill.EditDistanceScorer.calculateScore;
19 import static android.ext.services.autofill.EditDistanceScorer.editDistance;
DExactMatchTest.java16 package android.ext.services.autofill;
18 import static android.ext.services.autofill.ExactMatch.MATCH_SUFFIX;
19 import static android.ext.services.autofill.ExactMatch.calculateScore;
/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc382 BT_HDR* p_buf, bool ext) { in pan_data_buf_ind_cb() argument
413 handle, protocol, len, ext); in pan_data_buf_ind_cb()
431 ext); in pan_data_buf_ind_cb()
437 ext, forward); in pan_data_buf_ind_cb()
440 ext, forward); in pan_data_buf_ind_cb()
454 BNEP_Write(dst_pcb->handle, dst, p_data, len, protocol, &src, ext); in pan_data_buf_ind_cb()
466 (*pan_cb.pan_data_buf_ind_cb)(pcb->handle, src, dst, protocol, p_buf, ext, in pan_data_buf_ind_cb()
469 (*pan_cb.pan_data_ind_cb)(pcb->handle, src, dst, protocol, p_data, len, ext, in pan_data_buf_ind_cb()
Dpan_api.cc421 uint16_t len, bool ext) { in PAN_Write() argument
435 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext); in PAN_Write()
446 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext); in PAN_Write()
474 BT_HDR* p_buf, bool ext) { in PAN_WriteBuf() argument
491 ext); in PAN_WriteBuf()
519 BNEP_WriteBuf(pan_cb.pcb[i].handle, dst, p_buf, protocol, &src, ext); in PAN_WriteBuf()
551 result = BNEP_WriteBuf(pcb->handle, dst, p_buf, protocol, &src, ext); in PAN_WriteBuf()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java561 private static File buildUniqueFileWithExtension(File parent, String name, String ext) in buildUniqueFileWithExtension() argument
565 File file = buildFile(parent, names.next(), ext); in buildUniqueFileWithExtension()
683 final String ext;
689 ext = displayName.substring(lastDot + 1);
692 ext = null;
695 return buildUniqueFileWithExtension(parent, name, ext);
708 String ext;
717 ext = displayName.substring(lastDot + 1);
719 ext.toLowerCase(Locale.ROOT));
722 ext = null;
[all …]
/packages/modules/Bluetooth/system/stack/include/
Dpan_api.h166 uint8_t* p_data, uint16_t len, bool ext,
181 BT_HDR* p_buf, bool ext, bool forward);
364 uint8_t* p_data, uint16_t len, bool ext);
390 BT_HDR* p_buf, bool ext);
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc363 uint8_t ext, length; in BNEP_WriteBuf() local
374 ext = *p_data++; in BNEP_WriteBuf()
385 } while (ext & 0x80); in BNEP_WriteBuf()
467 uint8_t ext, length; in BNEP_Write() local
478 ext = *p_data++; in BNEP_Write()
486 } while (ext & 0x80); in BNEP_Write()
/packages/modules/Bluetooth/system/btif/co/
Dbta_pan_co.cc118 bool ext; in bta_pan_co_tx_path() local
135 p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, &ext, &forward); in bta_pan_co_tx_path()
147 (char*)(p_buf + 1) + p_buf->offset, p_buf->len, ext, in bta_pan_co_tx_path()
/packages/modules/SdkExtensions/javatests/com/android/os/ext/
DSdkExtensionsTest.java17 package com.android.os.ext;
23 import static com.android.os.ext.testing.CurrentVersion.ALLOWED_VERSIONS_CTS;
30 import android.os.ext.SdkExtensions;
/packages/services/Car/packages/CarDeveloperOptions/tests/unit/
DAndroid.bp20 "androidx.test.ext.junit",
21 "androidx.test.ext.truth",
/packages/apps/Car/RotaryController/tests/unit/
DAndroid.bp23 "androidx.test.ext.junit",
24 "androidx.test.ext.truth",
/packages/modules/SdkExtensions/gen_sdk/
Dbump_sdk.sh25 ${SDKEXT}/java/com/android/os/ext/testing/CurrentVersion.java
26 repo start bump-ext ${SDKEXT}
/packages/apps/Car/Settings/tests/unit/
DAndroid.bp25 "androidx.test.ext.junit",
26 "androidx.test.ext.truth",
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetySourceErrorDetailsTest.kt23 import androidx.test.ext.junit.runners.AndroidJUnit4
24 import androidx.test.ext.truth.os.ParcelableSubject.assertThat
DSafetyCenterErrorDetailsTest.kt22 import androidx.test.ext.junit.runners.AndroidJUnit4
23 import androidx.test.ext.truth.os.ParcelableSubject.assertThat
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/config/
DSafetyCenterConfigTest.kt22 import androidx.test.ext.junit.runners.AndroidJUnit4
23 import androidx.test.ext.truth.os.ParcelableSubject.assertThat
/packages/modules/ExtServices/apex/permissions/
DAndroid.bp22 name: "privapp_allowlist_android.ext.services.xml",
24 src: "android.ext.services.xml",
/packages/modules/OnDevicePersonalization/tests/servicetests/
DAndroid.bp32 "androidx.test.ext.junit",
33 "androidx.test.ext.truth",

12345678910>>...42