Home
last modified time | relevance | path

Searched defs:bool (Results 401 – 425 of 452) sorted by relevance

1...<<111213141516171819

/aosp12/frameworks/base/tools/aapt/
H A DImages.cpp336 png_bytep row, int width, bool transparent, bool /* required */, in get_horizontal_layout_bounds_ticks() argument
374 png_bytepp rows, int offset, int height, bool transparent, bool /* required */, in get_vertical_layout_bounds_ticks() argument
/aosp12/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc618 void Arm64JNIMacroAssembler::VerifyObject(ManagedRegister /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
622 void Arm64JNIMacroAssembler::VerifyObject(FrameOffset /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DMemoryDomainTests.cpp196 ndk::ScopedAStatus executeSynchronously(const Request&, bool, int64_t, int64_t, in executeSynchronously() argument
202 bool, int64_t, int64_t, int64_t, in executeFenced() argument
/aosp12/build/soong/android/
H A Dconfig.go1425 func createDirsMap(previous map[string]bool, dirs []string) (map[string]bool, error) {
1437 func (c *deviceConfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) …
/aosp12/system/bt/service/hal/
H A Dbluetooth_avrcp_interface.cc759 bool /* rc_connect */, bool /* bt_connect */, in ConnectionStateCallback() argument
/aosp14/frameworks/base/tools/aapt/
H A DImages.cpp336 png_bytep row, int width, bool transparent, bool /* required */, in get_horizontal_layout_bounds_ticks() argument
374 png_bytepp rows, int offset, int height, bool transparent, bool /* required */, in get_vertical_layout_bounds_ticks() argument
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h775 int32_t setPerFrameMapUnmap(bool) override { return NO_ERROR; } in setPerFrameMapUnmap() argument
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DPreparedModelTest.cpp62 int64_t /*duration*/, FencedExecutionResult* fencedExecutionResult) { in makeFencedExecutionResult()
/aosp12/system/security/keystore2/src/
H A Dkey_parameter.rs494 impl KpDefault for bool { implementation
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp115 TEST(SerializationTest, bool) { in TEST() argument
1286 TEST(DeserializationTest, bool) { in TEST() argument
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp728 status_t BufferStateLayer::updateTexImage(bool& /*recomputeVisibleRegions*/, nsecs_t latchTime, in updateTexImage() argument
/aosp12/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp729 auto cb = [&](Result result, bool) { halResult = result; }; in TEST_P() argument
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp299 bool /* reserve */) { in onConsumeRights() argument
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp519 HalResult<void> HidlHalWrapper<I>::setExternalControl(bool) { in setExternalControl() argument
/aosp12/bionic/libc/bionic/
H A Dgrp_pwd.cpp237 static bool is_valid_app_id(id_t, bool) { in is_valid_app_id() argument
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp600 void IPCThreadState::stopProcess(bool /*immediate*/) in stopProcess() argument
/aosp12/art/runtime/gc/accounting/
H A Dmod_union_table.cc333 void MarkHeapReference(mirror::HeapReference<mirror::Object>*, bool) override {} in MarkHeapReference() argument
/aosp12/build/soong/finder/
H A Dfinder.go488 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp675 void IPCThreadState::stopProcess(bool /*immediate*/) in stopProcess() argument
/aosp12/build/soong/cc/
H A Dsnapshot_prebuilt.go650 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) {
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1408 std::pair<bool, int>> *uids, in updateUid()
1428 std::pair<bool, int>> *uids, in updateUidLocked()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp1266 void Output::setExpensiveRenderingExpected(bool) { in setExpensiveRenderingExpected() argument
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp733 const bool /*useFramebufferCache*/, in drawLayers()
/aosp12/build/soong/java/
H A Dbase.go474 …avaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported, multiTargets bool) {
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp41 device->getSupportedOperations(model, [&](ErrorStatus status, const hidl_vec<bool>&) { in validateGetSupportedOperations()

1...<<111213141516171819