Home
last modified time | relevance | path

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

12345678910>>...12

/frameworks/base/core/java/android/database/sqlite/
DSQLiteProgram.java133 bind(index, null); in bindNull()
144 bind(index, value); in bindLong()
155 bind(index, value); in bindDouble()
169 bind(index, value); in bindString()
183 bind(index, value); in bindBlob()
213 private void bind(int index, Object value) { in bind() method in SQLiteProgram
/frameworks/native/libs/ui/
DColorSpace.cpp59 return std::bind(rcpResponse, _1, parameters); in toOETF()
61 return std::bind(rcpFullResponse, _1, parameters); in toOETF()
66 return std::bind(response, _1, parameters); in toEOTF()
68 return std::bind(fullResponse, _1, parameters); in toEOTF()
75 return std::bind(safePow, _1, 1.0f / gamma); in toOETF()
82 return std::bind(safePow, _1, gamma); in toEOTF()
255 std::bind(absRcpResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB()
256 std::bind(absResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB()
257 std::bind(clamp<float>, _1, -0.799f, 2.399f) in extendedSRGB()
267 std::bind(clamp<float>, _1, -0.5f, 7.499f) in linearExtendedSRGB()
[all …]
/frameworks/base/libs/hwui/utils/
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()
257 std::bind(absResponse, _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()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java216 verify(controller).bind(features); in testCarrierPackageBind()
267 verify(deviceController).bind(featuresDevice); in testDeviceCarrierPackageBindMultipleServices()
269 verify(carrierController1).bind(featuresMmTel); in testDeviceCarrierPackageBindMultipleServices()
271 verify(carrierController2).bind(featuresRcs); in testDeviceCarrierPackageBindMultipleServices()
319 verify(deviceController, never()).bind(any()); in testCarrierPackageBindOneConfigTwoSupport()
321 verify(carrierController1).bind(featuresMmTel); in testCarrierPackageBindOneConfigTwoSupport()
323 verify(carrierController2).bind(featuresRcs); in testCarrierPackageBindOneConfigTwoSupport()
351 verify(controller).bind(features); in testCarrierPackageBindWithEmergencyCalling()
380 verify(controller).bind(features); in testCarrierPackageBindWithEmergencyButNotMmtel()
404 verify(controller).bind(features); in testCarrierPackageChangeEmergencyCalling()
[all …]
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DFullyConnected.cpp57 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_0, _3)}; in DEFINE_OPERATION_SIGNATURE()
68 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
78 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_3, _3)}; in DEFINE_OPERATION_SIGNATURE()
DConvolutions.cpp150 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \
167 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)};
196 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \
214 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \
237 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \
257 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)};
392 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \
411 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \
442 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \
462 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \
[all …]
/frameworks/native/libs/renderengine/gl/
DGLVertexBuffer.cpp40 bind(); in allocateBuffers()
45 void GLVertexBuffer::bind() const { in bind() function in android::renderengine::gl::GLVertexBuffer
DGLFramebuffer.cpp85 bind(); in allocateBuffers()
96 void GLFramebuffer::bind() const { in bind() function in android::renderengine::gl::GLFramebuffer
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/volume/
DCarVolumeItem.java45 void bind(CarVolumeItemViewHolder viewHolder) { in bind() method in CarVolumeItem
46 viewHolder.bind(/* carVolumeItem= */ this); in bind()
114 void bind(CarVolumeItem carVolumeItem) { in bind() method in CarVolumeItem.CarVolumeItemViewHolder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DMediaControlPanelTest.kt213 player.bind(state, PACKAGE) in bindWhenUnattached()
222 player.bind(state, PACKAGE) in bindText()
233 player.bind(state, PACKAGE) in bindBackgroundColor()
244 player.bind(state, PACKAGE) in bindDevice()
256 player.bind(state, PACKAGE) in bindDisabledDevice()
268 player.bind(state, PACKAGE) in bindNullDevice()
280 player.bind(state, PACKAGE) in bindDeviceResumptionPlayer()
337 player.bind(state, mediaKey) in dismissButtonClick()
355 player.bind(state, mediaKey) in dismissButtonDisabled()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp276 void bind() { in bind() function in android::ArrayHelper
322 positions.bind(); in util_computeBoundingSphere()
323 sphere.bind(); in util_computeBoundingSphere()
485 mvp.bind(); in util_frustumCullSpheres()
486 spheres.bind(); in util_frustumCullSpheres()
487 results.bind(); in util_frustumCullSpheres()
535 ws.bind(); in util_visibilityTest()
536 positions.bind(); in util_visibilityTest()
537 indices.bind(); in util_visibilityTest()
585 resultMat.bind(); in util_multiplyMM()
[all …]
/frameworks/native/libs/renderengine/gl/filters/
DBlurFilter.cpp105 mCompositionFbo.bind(); in setAsDrawTarget()
114 mMeshBuffer.bind(); in drawMesh()
148 mPingFbo.bind(); in prepare()
157 draw->bind(); in prepare()
/frameworks/base/core/java/android/os/
DUpdateEngine.java258 public boolean bind(final UpdateEngineCallback callback, final Handler handler) { in bind() method in UpdateEngine
291 return mUpdateEngine.bind(mUpdateEngineCallback); in bind()
301 public boolean bind(final UpdateEngineCallback callback) { in bind() method in UpdateEngine
302 return bind(callback, null); in bind()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java83 bind(); in start()
101 bind(); in rebindIfDisconnected()
105 private void bind() { in bind() method in TvRemoteProviderProxy
/frameworks/ml/nn/common/operations/
DActivation.cpp620 NN_REGISTER_OPERATION(RELU, "RELU", std::bind(activation::validate, OperationType::RELU, _1),
621 std::bind(activation::prepare, OperationType::RELU, _1),
623 NN_REGISTER_OPERATION(RELU1, "RELU1", std::bind(activation::validate, OperationType::RELU1, _1),
624 std::bind(activation::prepare, OperationType::RELU1, _1),
626 NN_REGISTER_OPERATION(RELU6, "RELU6", std::bind(activation::validate, OperationType::RELU6, _1),
627 std::bind(activation::prepare, OperationType::RELU6, _1),
630 std::bind(activation::validate, OperationType::LOGISTIC, _1),
631 std::bind(activation::prepare, OperationType::LOGISTIC, _1),
633 NN_REGISTER_OPERATION(TANH, "TANH", std::bind(activation::validate, OperationType::TANH, _1),
634 std::bind(activation::prepare, OperationType::TANH, _1),
[all …]
DResizeImageOps.cpp317 std::bind(resize_image::validate, OperationType::RESIZE_BILINEAR, _1),
318 std::bind(resize_image::prepare, OperationType::RESIZE_BILINEAR, _1),
319 std::bind(resize_image::execute, OperationType::RESIZE_BILINEAR, _1),
323 std::bind(resize_image::validate, OperationType::RESIZE_NEAREST_NEIGHBOR, _1),
324 std::bind(resize_image::prepare, OperationType::RESIZE_NEAREST_NEIGHBOR, _1),
325 std::bind(resize_image::execute, OperationType::RESIZE_NEAREST_NEIGHBOR, _1),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridConversationNotificationView.java79 public void bind(@Nullable CharSequence title, @Nullable CharSequence text, in bind() method in HybridConversationNotificationView
82 super.bind(title, text, contentView); in bind()
128 super.bind(conversationTitle, conversationText, conversationLayout); in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DStructureAdapter.kt40 holder.bind(models[index].model) in getItemCount()
55 fun bind(model: ControlsModel) { in bind() method in com.android.systemui.controls.management.StructureAdapter
/frameworks/opt/net/voip/src/jni/rtp/
DRtpStream.cpp50 if (socket == -1 || bind(socket, (sockaddr *)&ss, sizeof(ss)) != 0 || in create()
77 if (bind(socket, (sockaddr *)&ss, sizeof(ss)) == 0) { in create()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DPersistentConnectionTest.java138 conn.bind(); in testAll()
178 conn.bind(); in testAll()
307 conn.bind(); in testAll()
335 conn.bind(); in testReconnectFiresAfterUnbind()
384 conn.bind(); in testResetBackoff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsProviderLifecycleManager.kt90 private fun bindService(bind: Boolean) { in bindService()
92 requiresBound = bind in bindService()
93 if (bind) { in bindService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DBehavior.kt37 fun bind(cws: ControlWithState, colorOffset: Int = 0) method
DDefaultBehavior.kt26 override fun bind(cws: ControlWithState, colorOffset: Int) { in bind() method in com.android.systemui.controls.ui.DefaultBehavior
/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.cpp34 actions_.emplace_back(std::bind( in Action()
39 actions_.emplace_back(std::bind( in Action()
/frameworks/base/core/java/android/net/
DLocalSocket.java161 public void bind(LocalSocketAddress bindpoint) throws IOException { in bind() method in LocalSocket
170 impl.bind(localAddress); in bind()

12345678910>>...12