/bootable/recovery/ |
wear_touch.h | 28 WearSwipeDetector(int low, int high, OnSwipeCallback cb, void* cookie);
|
/external/avahi/avahi-core/ |
domain-util.c | 155 char ca[AVAHI_LABEL_MAX], cb[AVAHI_LABEL_MAX], *p; local 160 p = avahi_unescape_label(&b, cb, sizeof(cb)); 163 if ((r = strcmp(ca, cb)))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
key.py | 59 def get_file(self, fp, headers=None, cb=None, num_cb=10, torrent=False): 69 :type cb: function 70 :param cb: ignored in this subclass. 72 :type cb: int 86 def set_contents_from_file(self, fp, headers=None, replace=True, cb=None, 106 :type cb: function 107 :param cb: ignored in this subclass. 109 :type cb: int 134 def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=None, 146 :type cb: functio [all...] |
/external/elfutils/tests/ |
run-zstrptr.sh | 51 [cb] '.stab' 87 [cb] '.stab'
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
Target.java | 79 * @param cb The callback that must be called when the size of the target has been determined 81 void getSize(SizeReadyCallback cb);
|
/external/iptables/extensions/ |
libxt_NFLOG.c | 48 static void NFLOG_parse(struct xt_option_call *cb) 50 xtables_option_parse(cb); 51 switch (cb->entry->id) { 53 if (strchr(cb->arg, '\n') != NULL)
|
libxt_TCPOPTSTRIP.c | 94 static void tcpoptstrip_tg_parse(struct xt_option_call *cb) 96 struct xt_tcpoptstrip_target_info *info = cb->data; 98 xtables_option_parse(cb); 99 parse_list(info, cb->arg);
|
libxt_dccp.c | 103 static void dccp_parse(struct xt_option_call *cb) 105 struct xt_dccp_info *einfo = cb->data; 107 xtables_option_parse(cb); 108 switch (cb->entry->id) { 111 if (cb->invert) 116 if (cb->invert) 121 einfo->typemask = parse_dccp_types(cb->arg); 122 if (cb->invert) 127 if (cb->invert)
|
libxt_time.c | 261 static void time_parse(struct xt_option_call *cb) 263 struct xt_time_info *info = cb->data; 265 xtables_option_parse(cb); 266 switch (cb->entry->id) { 268 info->date_start = time_parse_date(cb->arg, false); 271 info->date_stop = time_parse_date(cb->arg, true); 274 info->daytime_start = time_parse_minutes(cb->arg); 277 info->daytime_stop = time_parse_minutes(cb->arg); 292 info->monthdays_match = time_parse_monthdays(cb->arg); 293 if (cb->invert [all...] |
/external/libevent/ |
defer-internal.h | 48 deferred_cb_fn cb; member in struct:deferred_cb 74 @param cb The function to run when the deferred_cb executes.
|
/external/libjpeg-turbo/ |
jdcolext.c | 35 register int y, cb, cr; local 56 cb = GETJSAMPLE(inptr1[col]); 61 ((int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], 63 outptr[RGB_BLUE] = range_limit[y + Cbbtab[cb]];
|
/external/webrtc/webrtc/base/ |
asyncudpsocket.cc | 61 int AsyncUDPSocket::Send(const void *pv, size_t cb, 64 int ret = socket_->Send(pv, cb); 69 int AsyncUDPSocket::SendTo(const void *pv, size_t cb, 73 int ret = socket_->SendTo(pv, cb, addr);
|
/external/webrtc/webrtc/p2p/base/ |
asyncstuntcpsocket.h | 33 virtual int Send(const void* pv, size_t cb,
|
/external/wpa_supplicant_8/src/wps/ |
http_server.h | 27 void (*cb)(void *ctx,
|
/frameworks/base/core/java/android/app/ |
IWallpaperManager.aidl | 62 ParcelFileDescriptor getWallpaper(IWallpaperManagerCallback cb, int which, 137 boolean setLockWallpaperCallback(IWallpaperManagerCallback cb);
|
/frameworks/base/media/java/android/media/ |
AudioSystem.java | 204 * @param cb the callback to run 206 public static void setErrorCallback(ErrorCallback cb) 209 mErrorCallback = cb; 210 if (cb != null) { 211 cb.onError(checkAudioFlinger()); 243 public static void setDynamicPolicyCallback(DynamicPolicyCallback cb) 246 sDynPolicyCallback = cb; 253 DynamicPolicyCallback cb = null; local 256 cb = sDynPolicyCallback; 259 if (cb != null) 315 AudioRecordingCallback cb = null; local [all...] |
/frameworks/base/media/java/android/media/session/ |
ISessionCallback.aidl | 28 void onCommand(String command, in Bundle args, in ResultReceiver cb); 29 void onMediaButton(in Intent mediaButtonIntent, int sequenceNumber, in ResultReceiver cb);
|
/hardware/bsp/intel/peripheral/libupm/src/ttp223/ |
ttp223.h | 103 void installISR(mraa::Edge level, IsrCallback *cb);
|
/hardware/ril/libril/ |
RilSocket.cpp | 140 void RilSocket::setListenCb(ril_event_cb cb) { 141 listenCb = cb; 144 void RilSocket::setCommandCb(ril_event_cb cb) { 145 commandCb = cb;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
certbase.h | 33 unsigned __LONG32 cb; member in struct:_CERTTRANSBLOB
|
rkeysvcc.h | 26 ULONG cb; member in struct:_KEYSVC_BLOB
|
/system/bt/osi/test/ |
alarm_test.cpp | 57 static void cb(UNUSED_ATTR void *data) { function 88 alarm_set(alarm, 10, cb, NULL); 100 alarm_set(alarm, 10, cb, NULL); 110 alarm_set(alarm, 10, cb, NULL); 126 alarm_set(alarm, 10, cb, NULL); 146 alarm_set(alarm, 0, cb, NULL); 164 alarm_set(alarm, TIMER_INTERVAL_FOR_WAKELOCK_IN_MS + EPSILON_MS, cb, NULL); 183 alarm_set(alarm[0], 10, cb, NULL); 184 alarm_set(alarm[1], 20, cb, NULL); 209 alarm_set(alarm[0], 10, cb, NULL) [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_pair.c | 134 rc_pair_foreach_src_fn cb, 149 cb(data, &pair->Alpha.Src[i]); 152 cb(data, &pair->Alpha.Src[src]); 160 cb(data, &pair->RGB.Src[i]); 164 cb(data, &pair->RGB.Src[src]); 172 rc_pair_foreach_src_fn cb) 178 pair_foreach_source_callback(pair, data, cb, 187 rc_pair_foreach_src_fn cb) 204 pair_foreach_source_callback(pair, data, cb,
|
/external/skia/src/utils/win/ |
SkIStream.cpp | 57 , ULONG cb 62 , ULONG cb 135 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { 136 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb)); 138 return (*pcbRead == cb) ? S_OK : S_FALSE; 142 , ULONG cb 247 , ULONG cb 251 bool wrote = this->fSkWStream->write(pv, cb); 253 *pcbWritten = 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...] |