HomeSort by relevance Sort by last modified time
    Searched refs:indication (Results 1 - 25 of 34) sorted by null

1 2

  /system/bt/bta/include/
bta_pan_co.h 179 * Description protocol filter indication from peer device
184 extern void bta_pan_co_pfilt_ind(uint16_t handle, bool indication,
192 * Description multicast filter indication from peer device
197 extern void bta_pan_co_mfilt_ind(uint16_t handle, bool indication,
  /system/bt/stack/include/
bnep_api.h 87 /* Connection indication callback prototype. Parameters are
98 /* Data buffer received indication callback prototype. Parameters are
111 /* Data received indication callback prototype. Parameters are
132 /* Filters received indication callback prototype. Parameters are
134 * true if the cb is called for indication
135 * Ignore this if it is indication, otherwise it is the result
145 typedef void(tBNEP_FILTER_IND_CB)(uint16_t handle, bool indication,
149 /* Multicast Filters received indication callback prototype. Parameters are
151 * true if the cb is called for indication
152 * Ignore this if it is indication, otherwise it is the resul
    [all...]
pan_api.h 110 /* Data received indication callback prototype. Parameters are
126 /* Data buffer received indication callback prototype. Parameters are
146 /* Filters received indication callback prototype. Parameters are
148 * true if the cb is called for indication
149 * Ignore this if it is indication, otherwise it is the result
159 typedef void(tPAN_FILTER_IND_CB)(uint16_t handle, bool indication,
163 /* Multicast Filters received indication callback prototype. Parameters are
165 * true if the cb is called for indication
166 * Ignore this if it is indication, otherwise it is the result
175 typedef void(tPAN_MFILTER_IND_CB)(uint16_t handle, bool indication,
    [all...]
  /system/bt/stack/pan/
pan_int.h 79 pan_pfilt_ind_cb; /* protocol filter indication callback */
81 pan_mfilt_ind_cb; /* multicast filter indication callback */
113 void pan_proto_filt_ind_cb(uint16_t handle, bool indication,
116 void pan_mcast_filt_ind_cb(uint16_t handle, bool indication,
pan_main.cc 75 * indication callback. BNEP will call this when there is
192 /* If the connection indication is for the existing connection
243 PAN_TRACE_DEBUG("New connection indication for handle %d", handle);
272 * indication callback
292 PAN_TRACE_ERROR("PAN State change indication for wrong handle %d", handle);
366 * Description This function is registered with BNEP as data indication
403 PAN_TRACE_ERROR("PAN Data indication for wrong handle %d", handle);
408 PAN_TRACE_ERROR("PAN Data indication in wrong state %d for handle %d",
461 * indication callback. BNEP will call this when the peer sends
488 PAN_TRACE_ERROR("PAN Data buffer indication for wrong handle %d", handle)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 208 * Sets the indication that is shown if nothing else is showing.
222 * Returns the indication text indicating that trust has been granted.
224 * @return {@code null} or an empty string if a trust indication text should not be shown.
231 * Returns the indication text indicating that trust is currently being managed.
240 * Hides transient indication in {@param delayMs}.
278 * Hides transient indication.
294 // Walk down a precedence-ordered list of what indication
303 String indication = computePowerIndication(); local
305 animateText(mTextView, indication);
307 mTextView.switchIndication(indication);
332 String indication = computePowerIndication(); local
    [all...]
  /system/bt/btif/co/
bta_pan_co.cc 285 * Description protocol filter indication from peer device
291 UNUSED_ATTR bool indication,
302 * Description multicast filter indication from peer device
308 UNUSED_ATTR bool indication,
  /system/bt/stack/gatt/
gatt_api.cc 399 * Description This function sends a handle value indication to a client.
403 * indication.
415 tGATT_VALUE indication; local
431 indication.conn_id = conn_id;
432 indication.handle = attr_handle;
433 indication.len = val_len;
434 memcpy(indication.value, p_val, val_len);
435 indication.auth_req = GATT_AUTH_REQ_NONE;
438 VLOG(1) << "Add a pending indication";
439 p_buf = gatt_add_pending_ind(p_tcb, &indication);
    [all...]
  /frameworks/base/telephony/java/android/telephony/data/
DataService.java 418 DataCallListChangedIndication indication = local
421 indication.callback.onDataCallListChanged(indication.dataCallList);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 69 restrictions on versions, and an indication whether these required modules are
85 A list of known problems with the module, together with some indication
  /system/bt/bta/pan/
bta_pan_act.cc 165 * Description data indication callback from pan profile
217 static void bta_pan_pfilt_ind_cback(uint16_t handle, bool indication,
221 handle, indication,
237 static void bta_pan_mfilt_ind_cback(uint16_t handle, bool indication,
241 handle, indication,
  /frameworks/av/media/libstagefright/
Utils.cpp 345 const uint8_t indication = ((seq[4] & 0xF) << 4) | ((seq[5] & 0xF0) >> 4); local
377 if (escapes.map(indication, &profileLevel)) {
380 } else if (profiles.map(indication & 0x70, &profile)) {
382 if (levels.map(indication & 0xF, &level)) {
414 const uint8_t indication = seq[4]; local
493 if (table.map(indication, &profileLevel)) {
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_2_input-devices.md 66 * [C-1-2] MUST provide a clear indication of which single action would trigger
70 examples of such an indication.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
proto.go 497 // There's no indication why either of these is needed.
  /prebuilts/go/linux-x86/src/runtime/pprof/
proto.go 497 // There's no indication why either of these is needed.
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 365 // No indication or error is given if the input ends without a final line end.
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 195 // The only indication of its native integer type is its ByteSize
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 85 // just got passed in. (The indication must be delayed in order
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 232 from the panic, decorating it with an indication that it came
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 365 // No indication or error is given if the input ends without a final line end.
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 195 // The only indication of its native integer type is its ByteSize
  /prebuilts/go/linux-x86/src/encoding/json/
scanner.go 85 // just got passed in. (The indication must be delayed in order
  /prebuilts/go/linux-x86/src/fmt/
doc.go 232 from the panic, decorating it with an indication that it came
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug_test.go 81 // "O" is an explicit indication that we expect it to be optimized out.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug_test.go 81 // "O" is an explicit indication that we expect it to be optimized out.

Completed in 1427 milliseconds

1 2