Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java134 bind(index, null); in bindNull()
145 bind(index, value); in bindLong()
156 bind(index, value); in bindDouble()
170 bind(index, value); in bindString()
184 bind(index, value); in bindBlob()
214 private void bind(int index, Object value) { in bind() method in SQLiteProgram
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/service/
H A DPersistentConnectionManagerTest.java79 verify(mConnection).bind(); in captureCallbackAndSend()
115 verify(mConnection).bind(); in testRetryOnBindFailure()
133 verify(mConnection).bind(); in testStopDoesNotReconnect()
138 verify(mConnection, never()).bind(); in testStopDoesNotReconnect()
147 verify(mConnection).bind(); in testAttemptOnPackageChange()
155 verify(mConnection).bind(); in testAttemptOnPackageChange()
H A DObservableServiceConnectionTest.java120 connection.bind(); in testConnect()
145 connection.bind(); in testDisconnect()
176 connection.bind(); in testUnbind()
200 assertThat(connection.bind()).isFalse(); in testBindServiceThrowsError()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DUdfpsKeyguardInternalViewBinder.kt35 fun bind( regex
45 UdfpsAodFingerprintViewBinder.bind(view.requireViewById(R.id.udfps_aod_fp), aodViewModel)
46 UdfpsFingerprintViewBinder.bind(
50 UdfpsBackgroundViewBinder.bind(
H A DKeyguardSettingsViewBinder.kt40 fun bind( regex
62 IconViewBinder.bind(
66 TextViewBinder.bind(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/
H A DMediaProjectionAppSelectorControllerTest.kt59 verify(view).bind(emptyList())
68 verify(view).bind(listOf(createRecentTask(taskId = 1)))
84 .bind(
107 .bind(
130 .bind(
155 .bind(
181 verify(view).bind(emptyList())
/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/dreams/
H A DDreamOverlayConnectionHandlerTest.java86 mDreamOverlayConnectionHandler.bind(); in consumerShouldRunImmediatelyWhenClientAvailable()
98 mDreamOverlayConnectionHandler.bind(); in consumerShouldRunAfterClientAvailable()
114 mDreamOverlayConnectionHandler.bind(); in consumerShouldNeverRunIfClientConnectsAndDisconnects()
132 mDreamOverlayConnectionHandler.bind(); in consumerShouldNeverRunIfUnbindCalled()
146 mDreamOverlayConnectionHandler.bind(); in consumersOnlyRunOnceIfUnbound()
165 mDreamOverlayConnectionHandler.bind(); in consumerShouldRunAgainAfterReconnect()
188 mDreamOverlayConnectionHandler.bind(); in consumerShouldNeverRunIfRemovedImmediately()
/aosp14/frameworks/base/libs/hwui/utils/
H A DHostColorSpace.cpp60 return std::bind(rcpResponse, _1, parameters); in toOETF()
62 return std::bind(rcpFullResponse, _1, parameters); in toOETF()
67 return std::bind(response, _1, parameters); in toEOTF()
69 return std::bind(fullResponse, _1, parameters); in toEOTF()
76 return std::bind(safePow, _1, 1.0f / gamma); in toOETF()
83 return std::bind(safePow, _1, gamma); in toEOTF()
256 std::bind(absRcpResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB()
258 std::bind(clamp<float>, _1, -0.799f, 2.399f) in extendedSRGB()
268 std::bind(clamp<float>, _1, -0.5f, 7.499f) in linearExtendedSRGB()
341 std::bind(clamp<float>, _1, -65504.0f, 65504.0f) in ACES()
[all …]
/aosp14/system/core/init/
H A Dueventd_parser.cpp267 std::bind(ParsePermissionsLine, _1, &ueventd_configuration.sysfs_permissions, nullptr)); in ParseConfig()
268 parser.AddSingleLineParser("/dev/", std::bind(ParsePermissionsLine, _1, nullptr, in ParseConfig()
271 std::bind(ParseFirmwareDirectoriesLine, _1, in ParseConfig()
274 std::bind(ParseExternalFirmwareHandlerLine, _1, in ParseConfig()
277 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig()
280 std::bind(ParseUeventSocketRcvbufSizeLine, _1, in ParseConfig()
283 std::bind(ParseParallelRestoreconDirsLine, _1, in ParseConfig()
286 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt110 KeyguardBlueprintViewBinder.bind(keyguardRootView, keyguardBlueprintViewModel)
123 SharedNotificationContainerBinder.bind(
147 KeyguardIndicationAreaBinder.bind(
159 KeyguardRootViewBinder.bind(
185 KeyguardAmbientIndicationAreaViewBinder.bind(
201 KeyguardSettingsViewBinder.bind(
226 KeyguardQuickAffordanceViewBinder.bind(
246 KeyguardQuickAffordanceViewBinder.bind(
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java113 mConnection.bind(); in testConnect()
140 mConnection.bind(); in testDisconnect()
162 mConnection.bind(); in testBindingDied()
179 mConnection.bind(); in testNullBinding()
196 mConnection.bind(); in testUnbind()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsProviderLifecycleManager.kt111 private fun bindService(bind: Boolean, forPanel: Boolean = false) {
113 bindServiceBackground(bind, forPanel)
163 private fun bindServiceBackground(bind: Boolean, forPanel: Boolean = true) {
164 requiresBound = bind
165 if (bind) {
329 bindService(bind = true, forPanel = true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
H A DExpandableOutlineViewBinder.kt7 fun bind( regex
11 ExpandableViewBinder.bind(viewModel, view)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/
H A DTintedIconViewBinder.kt30 fun bind( regex
34 IconViewBinder.bind(tintedIcon.icon, view)
H A DIconViewBinder.kt23 fun bind( regex
27 ContentDescriptionViewBinder.bind(icon.contentDescription, view)
/aosp14/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp162 ForkTest("empty", std::bind(&ExpectChargerResAt, "/system/etc/res/images/")); in TEST()
167 ForkTest("legacy", std::bind(&ExpectChargerResAt, "/res/images/")); in TEST()
174 std::bind(&ExpectChargerResAt, "/system/etc/res/images/")); in TEST()
179 ForkTest("product", std::bind(&ExpectChargerResAt, "/product/etc/res/images/")); in TEST()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt60 override fun bind(
75 fun bind( regex
82 ActivatableNotificationViewBinder.bind(viewModel, shelf, falsingManager)
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java83 bind(); in start()
101 bind(); in rebindIfDisconnected()
105 private void bind() { in bind() method in TvRemoteProviderProxy
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/binder/
H A DCollapsedStatusBarViewBinder.kt37 fun bind( regex
46 override fun bind(
/aosp14/frameworks/base/core/java/android/os/
H A DUpdateEngine.java261 public boolean bind(final UpdateEngineCallback callback, final Handler handler) { in bind() method in UpdateEngine
294 return mUpdateEngine.bind(mUpdateEngineCallback); in bind()
304 public boolean bind(final UpdateEngineCallback callback) { in bind() method in UpdateEngine
305 return bind(callback, null); in bind()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
H A DNotificationListViewBinder.kt32 fun bind( regex
42 NotificationShelfViewBinder.bind(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DCredentialViewBinder.kt35 fun bind( regex
114 CredentialPasswordViewBinder.bind(view, host, viewModel, requestFocusForInput)
115 is CredentialPatternView -> CredentialPatternViewBinder.bind(view, host, viewModel)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/
H A DStatusBarUserChipViewBinder.kt36 fun bind( regex
47 viewModel.userName.collect { name -> TextViewBinder.bind(view.text, name) }
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp42 actions_.emplace_back(std::bind(wrapper_one, std::move(f), std::placeholders::_1, in Action()
47 actions_.emplace_back(std::bind(wrapper_two, std::move(f), std::placeholders::_1, in Action()
52 actions_.emplace_back(std::bind(wrapper_three, std::move(f), std::placeholders::_1, in Action()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp324 auto fail_fn = std::bind(ZygoteFailure, env, nullptr, nullptr, _1); in com_android_internal_os_ZygoteCommandBuffer_nativeGetCount()
342 auto fail_fn = std::bind(ZygoteFailure, env, n_buffer->niceNameAddr(), nullptr, _1); in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg()
362 auto fail_fn = std::bind(ZygoteFailure, env, n_buffer->niceNameAddr(), nullptr, _1); in com_android_internal_os_ZygoteCommandBuffer_nativeReadFullyAndReset()
394 auto fail_fn_1 = std::bind(ZygoteFailure, env, static_cast<const char*>(nullptr), in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
397 auto fail_fn_n = std::bind(ZygoteFailure, env, n_buffer->niceNameAddr(), in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
399 auto fail_fn_z = std::bind(ZygoteFailure, env, "zygote", nullptr, _1); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()

12345678910>>...12