HomeSort by relevance Sort by last modified time
    Searched defs:cb (Results 276 - 300 of 884) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/features2d/src/
agast.cpp 102 register const int cb = *ptr + threshold; local
104 if(ptr[offset0] > cb)
105 if(ptr[offset2] > cb)
106 if(ptr[offset3] > cb)
107 if(ptr[offset5] > cb)
108 if(ptr[offset1] > cb)
109 if(ptr[offset4] > cb)
112 if(ptr[offset7] > cb)
117 if(ptr[offset4] > cb)
118 if(ptr[offset6] > cb)
438 register const int cb = *ptr + threshold; local
866 register const int cb = *ptr + threshold; local
2048 register const int cb = *ptr + threshold; local
3310 register const int cb = *ptr + threshold; local
4348 register const int cb = *ptr + threshold; local
5393 register const int cb = *ptr + threshold; local
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
Utils.cpp 242 double cb = cos(x); local
248 m01 = sh*sb - ch*sa*cb;
249 m02 = ch*sa*sb + sh*cb;
251 m11 = ca*cb;
254 m21 = sh*sa*cb + ch*sb;
255 m22 = -sh*sa*sb + ch*cb;
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 97 * cb - Function to be called when EAPOL negotiation has been completed
107 void (*cb)(struct eapol_sm *eapol, enum eapol_supp_result result, member in struct:eapol_ctx
111 * cb_ctx - Callback context for cb()
  /external/wpa_supplicant_8/src/wps/
httpread.c 53 void (*cb)(struct httpread *handle, void *cookie, member in struct:httpread
149 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_TIMEOUT);
687 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_ERROR);
712 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_FILE_READY);
731 void (*cb)(struct httpread *handle, void *cookie,
744 h->cb = cb;
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 50 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, member in struct:gas_query_pending
164 query->cb(query->ctx, query->addr, query->dialog_token, result,
724 * @cb: Callback function for reporting GAS query result and response
725 * @ctx: Context pointer to use with the @cb call
730 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token,
754 query->cb = cb;
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 162 Callback cb(callback);
163 auto pair = mCallbacks.insert(cb);
171 ACameraManager_AvailabilityCallback cb = isStatusAvailable(status) ? local
173 msg->setPointer(kCallbackFpKey, (void *) cb);
184 Callback cb(callback);
185 mCallbacks.erase(cb);
211 ACameraManager_AvailabilityCallback cb) const {
214 (*cb)(context, cameraIdStr);
222 ACameraManager_AvailabilityCallback cb; local
225 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb);
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 415 final Callback cb = getCallback(); local
416 if (cb != null && !isDestroyed()) {
417 cb.onContentChanged();
446 final Callback cb = getCallback(); local
447 if (cb != null && !isDestroyed()) {
448 cb.onContentChanged();
464 final Callback cb = getCallback(); local
465 if (cb != null && !isDestroyed()) {
466 cb.onContentChanged();
581 final Callback cb = getCallback() local
772 Callback cb = getCallback(); local
944 Callback cb = getCallback(); local
1211 final Callback cb = getCallback(); local
1229 final Callback cb = getCallback(); local
2236 Callback cb = getCallback(); local
2249 Callback cb = getCallback(); local
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 61 uint8_t* cb = cbPlane; local
70 *cb = (( -43 * R - 85 * G + 128 * B) >> 8) + 128;
73 cb += chromaStep;
93 reinterpret_cast<uint8_t*>(ycbcr->cr), reinterpret_cast<uint8_t*>(ycbcr->cb),
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicy.java 306 this.cb());
422 public IAudioPolicyCallback cb() { return mPolicyCb; } method in class:AudioPolicy
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
WifiTile.java 131 CallbackInfo cb = (CallbackInfo) arg; local
132 if (cb == null) {
133 cb = mSignalCallback.mInfo;
136 boolean wifiConnected = cb.enabled && (cb.wifiSignalIconId > 0) && (cb.enabledDesc != null);
137 boolean wifiNotConnected = (cb.wifiSignalIconId > 0) && (cb.enabledDesc == null);
138 boolean enabledChanging = state.value != cb.enabled;
140 mDetailAdapter.setItemsVisible(cb.enabled)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 114 for (BrightnessStateChangeCallback cb : mChangeCallbacks) {
115 cb.onBrightnessLevelChanged();
268 public void addStateChangedCallback(BrightnessStateChangeCallback cb) {
269 mChangeCallbacks.add(cb);
272 public boolean removeStateChangedCallback(BrightnessStateChangeCallback cb) {
273 return mChangeCallbacks.remove(cb);
338 for (BrightnessStateChangeCallback cb : mChangeCallbacks) {
339 cb.onBrightnessLevelChanged();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 108 public void addStateChangedCallback(Callback cb) {
109 mHandler.obtainMessage(H.MSG_ADD_CALLBACK, cb).sendToTarget();
114 public void removeStateChangedCallback(Callback cb) {
115 mHandler.obtainMessage(H.MSG_REMOVE_CALLBACK, cb).sendToTarget();
272 for (BluetoothController.Callback cb : mCallbacks) {
273 cb.onBluetoothDevicesChanged();
278 for (BluetoothController.Callback cb : mCallbacks) {
279 fireStateChange(cb);
283 private void fireStateChange(BluetoothController.Callback cb) {
284 cb.onBluetoothStateChange(mEnabled)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
SupplicantBridge.java 424 CharBuffer cb = StandardCharsets.UTF_8.newDecoder().decode( local
426 return cb.toString();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 583 CallInfo cb = mCalls[i]; local
585 if (cb != null && cb.mState == CallInfo.State.ACTIVE) {
586 cb.mState = CallInfo.State.HOLDING;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 602 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT); local
603 if (!cb)
612 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
613 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
614 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
615 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
616 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, response_handler, this);
619 int res = nl_recvmsgs(mInfo->cmd_sock, cb);
625 nl_cb_put(cb);
wifi_hal.cpp 238 struct nl_cb *cb = nl_socket_get_cb(user_sock); local
239 if (cb == NULL) {
240 ALOGE("Could not get cb");
245 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
246 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg);
247 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg);
248 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);
250 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, user_sock_message_handler, info);
251 nl_cb_put(cb);
361 struct nl_cb *cb = NULL local
671 struct nl_cb *cb = nl_socket_get_cb(sock); local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 600 LCML_CALLBACKTYPE cb; local
698 cb.LCML_Callback = (void *) G711ENC_LCMLCallback;
720 &cb,
727 &cb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 728 LCML_CALLBACKTYPE cb; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 1875 LCML_CALLBACKTYPE cb; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 599 LCML_CALLBACKTYPE cb; local
681 cb.LCML_Callback = (void *) G726DEC_LCML_Callback;
687 &cb,(OMX_STRING)pComponentPrivate->sDeviceString);
696 p,&pLcmlHandle,(void *)p,&cb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 639 LCML_CALLBACKTYPE cb; local
708 cb.LCML_Callback = (void *) G726ENC_LCMLCallback;
726 cb.LCML_Callback = (void *) G726ENC_LCMLCallback;
730 p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString);
734 p,&pLcmlHandle, (void *)p, &cb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 670 LCML_CALLBACKTYPE cb; local
751 cb.LCML_Callback = (void *) G729DECLCML_Callback;
773 /* cb.LCML_Callback = (void *) G729DECLCML_Callback;
780 (void *)p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString);
783 (void *)p,&pLcmlHandle,(void *)p,&cb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 630 LCML_CALLBACKTYPE cb; local
729 cb.LCML_Callback = (void *) G729ENC_LCMLCallback;
745 cb.LCML_Callback = (void *) G729ENC_LCMLCallback;
749 &cb, (OMX_STRING)pComponentPrivate->sDeviceString);
753 &cb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 666 LCML_CALLBACKTYPE cb; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 637 LCML_CALLBACKTYPE cb; local
746 cb.LCML_Callback = (void *) NBAMRENC_LCMLCallback;
765 cb.LCML_Callback = (void *) NBAMRENC_LCMLCallback;
769 p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString);
773 p,&pLcmlHandle, (void *)p, &cb);
    [all...]

Completed in 900 milliseconds

<<11121314151617181920>>