/aosp_15_r20/hardware/interfaces/camera/common/default/ |
H A D | VendorTagDescriptor.cpp | 371 Mutex::Autolock al(sLock); in setAsGlobalVendorTagDescriptor() local 391 Mutex::Autolock al(sLock); in clearGlobalVendorTagDescriptor() local 397 Mutex::Autolock al(sLock); in getGlobalVendorTagDescriptor() local 404 Mutex::Autolock al(sLock); in setAsGlobalVendorTagCache() local 424 Mutex::Autolock al(sLock); in clearGlobalVendorTagCache() local 430 Mutex::Autolock al(sLock); in getGlobalVendorTagCache() local 437 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_count() local 446 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_all_tags() local 455 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_section_name() local 464 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_name() local [all …]
|
/aosp_15_r20/frameworks/av/camera/ |
H A D | VendorTagDescriptor.cpp | 600 Mutex::Autolock al(sLock); in setAsGlobalVendorTagDescriptor() local 622 Mutex::Autolock al(sLock); in clearGlobalVendorTagDescriptor() local 628 Mutex::Autolock al(sLock); in getGlobalVendorTagDescriptor() local 635 Mutex::Autolock al(sLock); in setAsGlobalVendorTagCache() local 657 Mutex::Autolock al(sLock); in clearGlobalVendorTagCache() local 663 Mutex::Autolock al(sLock); in getGlobalVendorTagCache() local 668 Mutex::Autolock al(sLock); in isVendorCachePresent() local 680 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_count() local 689 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_all_tags() local 698 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_section_name() local [all …]
|
/aosp_15_r20/hardware/libhardware/modules/usbcamera/ |
H A D | Camera.cpp | 135 android::Mutex::Autolock al(mDeviceLock); in open() local 149 android::Mutex::Autolock al(mStaticInfoLock); in getInfo() local 163 android::Mutex::Autolock al(mStaticInfoLock); in updateInfo() local 170 android::Mutex::Autolock al(mDeviceLock); in close() local 187 android::Mutex::Autolock al(mDeviceLock); in initialize() local 207 android::Mutex::Autolock al(mDeviceLock); in configureStreams() local 350 android::Mutex::Autolock al(mDeviceLock); in constructDefaultRequestSettings() local 372 android::Mutex::Autolock al(mDeviceLock); in processCaptureRequest() local 487 android::Mutex::Autolock al(mDeviceLock); in dump() local 521 android::Mutex::Autolock al(mDeviceLock); in setTemplate() local
|
H A D | CameraHAL.cpp | 53 android::Mutex::Autolock al(mModuleLock); in ~CameraHAL() local 71 android::Mutex::Autolock al(mModuleLock); in getNumberOfCameras() local 77 android::Mutex::Autolock al(mModuleLock); in getCameraInfo() local 97 android::Mutex::Autolock al(mModuleLock); in open() local
|
H A D | Stream.cpp | 51 android::Mutex::Autolock al(mLock); in setUsage() local 58 android::Mutex::Autolock al(mLock); in setMaxBuffers() local 166 android::Mutex::Autolock al(mLock); in dump() local
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_0/ |
H A D | Stream.cpp | 53 android::Mutex::Autolock al(mLock); in ~Stream() local 59 android::Mutex::Autolock al(mLock); in setUsage() local 69 android::Mutex::Autolock al(mLock); in setMaxBuffers() local 192 android::Mutex::Autolock al(mLock); in registerBuffers() local 225 android::Mutex::Autolock al(mLock); in dump() local
|
H A D | Camera.cpp | 85 android::Mutex::Autolock al(mDeviceLock); in open() local 101 android::Mutex::Autolock al(mStaticInfoLock); in getInfo() local 117 android::Mutex::Autolock al(mDeviceLock); in close() local 151 android::Mutex::Autolock al(mDeviceLock); in configureStreams() local 479 android::Mutex::Autolock al(mDeviceLock); in dump() local 513 android::Mutex::Autolock al(mDeviceLock); in setTemplate() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | ConcurrentModTest.java | 35 AbstractList al = new ArrayList(); in testGet() local 79 AbstractList al = new ArrayList(); in testSet() local 109 AbstractList al = new ArrayList(); in testAdd() local 139 AbstractList al = new ArrayList(); in testRemove() local 205 AbstractList al = new ArrayList(); in testAddAll() local
|
H A D | AbstractListTest.java | 159 List al = new ArrayList(); in test_subListII() local 182 List al = new ArrayList(); in test_subList_empty() local 307 AbstractList al = new ArrayList(); in test_indexOfLjava_lang_Object() local 319 AbstractList al = new ArrayList(); in test_lastIndexOfLjava_lang_Object() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/test/ |
D | mul.cpp | 25 static bool test_mul(double al, double au, double bl, double bu) { in test_mul() 40 static bool test_div(double al, double au, double bl, double bu) { in test_div() 47 static bool test_div1(double al, double au, double bc) { in test_div1() 61 static bool test_square(double al, double au) { in test_square() 69 static bool test_sqrt(double al, double au) { in test_sqrt()
|
/aosp_15_r20/external/pdfium/xfa/fgas/crt/ |
H A D | cfgas_decimal.cpp | 89 uint8_t al, in decimal_helper_raw_compare_any() 102 inline void decimal_helper_dec_any(uint64_t a[], uint8_t al) { in decimal_helper_dec_any() 109 inline void decimal_helper_inc_any(uint64_t a[], uint8_t al) { in decimal_helper_inc_any() 119 uint8_t al, in decimal_helper_raw_mul() 144 uint8_t al, in decimal_helper_raw_div() 194 inline bool decimal_helper_outofrange(uint64_t a[], uint8_t al, uint8_t goal) { in decimal_helper_outofrange() 203 uint8_t al, in decimal_helper_shrinkintorange()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | node_handle_test.cpp | 205 const node_alloc_t al; in test_arg_constructor() local 221 const node_alloc_t al; in test_arg_constructor() local 240 const node_alloc_t al; in test_move_constructor() local 268 const node_alloc_t al; in test_move_constructor() local 293 const node_alloc_t al; in test_related_constructor() local 321 const node_alloc_t al; in test_related_constructor() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowWifiP2pManager.java | 44 Channel c, int listeningChannel, int operatingChannel, ActionListener al) { in setWifiP2pChannels() 59 protected void createGroup(Channel c, ActionListener al) { in createGroup() 63 private void postActionListener(final ActionListener al) { in postActionListener() 98 protected void removeGroup(Channel c, ActionListener al) { in removeGroup()
|
/aosp_15_r20/external/ublksrv/include/ |
H A D | ublksrv_aio.h | 53 static inline void aio_list_init(struct aio_list *al) in aio_list_init() 58 static inline void aio_list_add(struct aio_list *al, struct ublksrv_aio *io) in aio_list_add() 85 static inline int aio_list_empty(const struct aio_list *al) in aio_list_empty() 90 static inline struct ublksrv_aio *aio_list_pop(struct aio_list *al) in aio_list_pop()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | KeyManagerImpl.java | 94 final String[] al = chooseAlias(keyTypes, issuers); in chooseClientAlias() local 100 final String[] al = chooseAlias(new String[] { keyType }, issuers); in chooseServerAlias() local 146 final String[] al = chooseAlias(keyTypes, issuers); in chooseEngineClientAlias() local 152 final String[] al = chooseAlias(new String[] { keyType }, issuers); in chooseEngineServerAlias() local
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | KeyManagerImpl.java | 92 final String[] al = chooseAlias(keyTypes, issuers); in chooseClientAlias() local 98 final String[] al = chooseAlias(new String[] { keyType }, issuers); in chooseServerAlias() local 144 final String[] al = chooseAlias(keyTypes, issuers); in chooseEngineClientAlias() local 150 final String[] al = chooseAlias(new String[] { keyType }, issuers); in chooseEngineServerAlias() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/random/ |
H A D | L128X128MixRandom.java | 136 private final long ah, al; field in L128X128MixRandom 158 public L128X128MixRandom(long ah, long al, long sh, long sl, long x0, long x1) { in L128X128MixRandom() 222 long ah = data[0], al = data[1], sh = data[2], sl = data[3], x0 = data[4], x1 = data[5]; in L128X128MixRandom() local
|
H A D | L128X256MixRandom.java | 145 private final long ah, al; field in L128X256MixRandom 169 … public L128X256MixRandom(long ah, long al, long sh, long sl, long x0, long x1, long x2, long x3) { in L128X256MixRandom() 241 long ah = data[0], al = data[1], sh = data[2], sl = data[3], in L128X256MixRandom() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/ |
H A D | time.cc | 152 const auto al = tz.lookup(max); in MakeTimeWithOverflow() local 159 const auto al = tz.lookup(min); in MakeTimeWithOverflow() local 216 const auto al = cctz::time_zone(tz).lookup(tp); in In() local 363 const auto al = cz_.lookup(tp); in At() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/ |
H A D | time.cc | 152 const auto al = tz.lookup(max); in MakeTimeWithOverflow() local 159 const auto al = tz.lookup(min); in MakeTimeWithOverflow() local 216 const auto al = cctz::time_zone(tz).lookup(tp); in In() local 363 const auto al = cz_.lookup(tp); in At() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/ |
H A D | time.cc | 148 const auto al = tz.lookup(max); in MakeTimeWithOverflow() local 155 const auto al = tz.lookup(min); in MakeTimeWithOverflow() local 211 const auto al = cctz::time_zone(tz).lookup(tp); in In() local 357 const auto al = cz_.lookup(tp); in At() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/ |
H A D | time.cc | 148 const auto al = tz.lookup(max); in MakeTimeWithOverflow() local 155 const auto al = tz.lookup(min); in MakeTimeWithOverflow() local 211 const auto al = cctz::time_zone(tz).lookup(tp); in In() local 357 const auto al = cz_.lookup(tp); in At() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/ |
H A D | time.cc | 148 const auto al = tz.lookup(max); in MakeTimeWithOverflow() local 155 const auto al = tz.lookup(min); in MakeTimeWithOverflow() local 211 const auto al = cctz::time_zone(tz).lookup(tp); in In() local 357 const auto al = cz_.lookup(tp); in At() local
|
/aosp_15_r20/external/abseil-cpp/absl/time/ |
H A D | time.cc | 152 const auto al = tz.lookup(max); in MakeTimeWithOverflow() local 159 const auto al = tz.lookup(min); in MakeTimeWithOverflow() local 216 const auto al = cctz::time_zone(tz).lookup(tp); in In() local 363 const auto al = cz_.lookup(tp); in At() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/ |
D | time.cc | 148 const auto al = tz.lookup(max); in MakeTimeWithOverflow() local 155 const auto al = tz.lookup(min); in MakeTimeWithOverflow() local 211 const auto al = cctz::time_zone(tz).lookup(tp); in In() local 357 const auto al = cz_.lookup(tp); in At() local
|