HomeSort by relevance Sort by last modified time
    Searched refs:ops (Results 26 - 50 of 1212) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
timer_queue_base.hpp 45 virtual void get_ready_timers(op_queue<operation>& ops) = 0;
48 virtual void get_all_timers(op_queue<operation>& ops) = 0;
timer_queue_set.hpp 45 ASIO_DECL void get_ready_timers(op_queue<operation>& ops);
48 ASIO_DECL void get_all_timers(op_queue<operation>& ops);
reactor_op_queue.hpp 70 bool cancel_operations(iterator i, op_queue<operation>& ops,
80 ops.push(op);
93 bool cancel_operations(Descriptor descriptor, op_queue<operation>& ops,
97 return this->cancel_operations(operations_.find(descriptor), ops, ec);
115 bool perform_operations(iterator i, op_queue<operation>& ops)
124 ops.push(op);
138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops)
140 return this->perform_operations(operations_.find(descriptor), ops);
144 void get_all_operations(op_queue<operation>& ops)
150 ops.push(op_iter->second)
    [all...]
  /external/libese/libese/
ese.c 34 if (ese->ops->name) {
35 return ese->ops->name;
45 if (ese->ops->open) {
46 return ese->ops->open(ese, hw_opts);
77 if ((uint32_t)(code) >= ese->ops->errors_count) {
80 ese->error.message = ese->ops->errors[code];
91 if (ese->ops->transceive) {
92 recvd = ese->ops->transceive(ese, tx_buf, tx_len, rx_buf, rx_max);
96 if (ese->ops->hw_transmit && ese->ops->hw_receive)
    [all...]
  /external/libnl/src/lib/
tc.c 97 static struct nl_cli_tc_module *__nl_cli_tc_lookup(struct rtnl_tc_ops *ops)
102 if (tm->tm_ops == ops)
108 struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *ops)
112 if ((tm = __nl_cli_tc_lookup(ops)))
115 switch (ops->to_type) {
118 nl_cli_load_module("cli/qdisc", ops->to_kind);
122 nl_cli_load_module("cli/cls", ops->to_kind);
127 ops->to_type);
130 if (!(tm = __nl_cli_tc_lookup(ops))) {
134 ops->to_kind)
142 struct rtnl_tc_ops *ops; local
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 100 * @ops: Pointer to a struct pb_fence_ops.
104 vmw_fence_ops(struct pb_fence_ops *ops)
106 assert(ops);
107 return (struct vmw_fence_ops *)ops;
239 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops,
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
254 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops,
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
270 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops,
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws
307 struct vmw_fence_ops *ops; local
    [all...]
  /external/avb/libavb_user/
avb_ops_user.c 112 static AvbIOResult read_from_partition(AvbOps* ops,
176 static AvbIOResult write_to_partition(AvbOps* ops,
225 AvbOps* ops; local
227 ops = calloc(1, sizeof(AvbOps));
228 if (ops == NULL) {
233 ops->ab_ops = calloc(1, sizeof(AvbABOps));
234 if (ops->ab_ops == NULL) {
236 free(ops);
239 ops->ab_ops->ops = ops
    [all...]
  /device/google/dragon/recovery/updater/
flash_device.c 38 const struct flash_device_ops *ops; member in struct:flash_device
50 const struct flash_device_ops *ops = devices[0]; local
57 ops = devices[i];
61 ALOGD("Using flash device '%s'\n", ops->name);
67 dev->ops = ops;
68 dev->priv_data = dev->ops->open(params);
75 dev->total_size = dev->ops->get_size(dev->priv_data);
76 dev->write_size = dev->ops->get_write_size(dev->priv_data);
77 dev->erase_size = dev->ops->get_erase_size(dev->priv_data)
    [all...]
  /external/avb/tools/avbctl/
avbctl.cc 90 AvbOps* ops,
100 AvbIOResult io_res = ops->read_from_partition(ops,
110 io_res = ops->read_from_partition(ops,
132 io_res = ops->read_from_partition(ops,
158 /* Function to enable and disable dm-verity. The |ops| parameter
162 int do_set_verity(AvbOps* ops, sp<IBootControl> module, bool enable_verity) {
172 ops, ab_suffix, vbmeta_image, &partition_name, &vbmeta_offset))
221 AvbOps* ops = nullptr; local
    [all...]
  /external/avb/examples/uefi/
main.c 35 AvbOps* ops; local
50 ops = uefi_avb_ops_new(ImageHandle);
51 if (ops == NULL) {
55 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) {
58 avb_printv("read_is_device_unlocked() ops returned that device is ",
63 ab_result = avb_ab_flow(ops->ab_ops,
112 uefi_avb_ops_free(ops);
  /external/avb/libavb/
avb_ops.h 109 AvbIOResult (*read_from_partition)(AvbOps* ops,
132 AvbIOResult (*write_to_partition)(AvbOps* ops,
154 AvbIOResult (*validate_vbmeta_public_key)(AvbOps* ops,
170 AvbIOResult (*read_rollback_index)(AvbOps* ops,
183 AvbIOResult (*write_rollback_index)(AvbOps* ops,
192 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked);
204 AvbIOResult (*get_unique_guid_for_partition)(AvbOps* ops,
  /libcore/ojluni/src/main/java/java/nio/channels/
SelectableChannel.java 162 * interest set will have been changed to <tt>ops</tt>, as if by invoking
170 * The key's initial interest set will be <tt>ops</tt> and its attachment
188 * @param ops
212 * If a bit in the <tt>ops</tt> set does not correspond to an
219 public abstract SelectionKey register(Selector sel, int ops, Object att)
224 // if (channel found) { set interest ops -- may block in selector;
238 * <blockquote><tt>sc.register(sel, ops)</tt></blockquote>
244 * register}(sel, ops, null)</tt></blockquote>
249 * @param ops
270 * If a bit in <tt>ops</tt> does not correspond to an operatio
    [all...]
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 127 static int get_tag_count(const vendor_tag_ops_t* ops)
129 return gVendorTags.getTagCount(ops);
132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array)
134 gVendorTags.getAllTags(ops, tag_array);
137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag)
139 return gVendorTags.getSectionName(ops, tag);
142 static const char* get_tag_name(const vendor_tag_ops_t* ops, uint32_t tag)
144 return gVendorTags.getTagName(ops, tag);
147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag)
149 return gVendorTags.getTagType(ops, tag)
    [all...]
  /hardware/qcom/audio/post_proc/
bundle.c 130 if (context->ops.start)
131 context->ops.start(context, output);
145 if (context->ops.stop)
146 context->ops.stop(context, output);
168 (fx_ctxt->ops.process != NULL))
233 if (fx_ctxt->ops.start)
234 fx_ctxt->ops.start(fx_ctxt, out_ctxt);
273 if (fx_ctxt->ops.stop)
274 fx_ctxt->ops.stop(fx_ctxt, out_ctxt);
294 if (context->ops.reset
    [all...]
  /external/libnl/include/netlink-private/
genl.h 20 extern int genl_resolve_id(struct genl_ops *ops);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
immediate-006.s 0 ;; ops with immediate args
immediate-007.s 0 ;; ops with immediate args
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.h 156 static void get_vendor_tag_ops(vendor_tag_ops_t* ops);
158 const vendor_tag_ops_t *ops);
160 const vendor_tag_ops_t *ops,
163 const vendor_tag_ops_t *ops,
166 const vendor_tag_ops_t *ops,
169 const vendor_tag_ops_t *ops,
172 static const vendor_tag_ops_t *Ops;
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.h 156 static void get_vendor_tag_ops(vendor_tag_ops_t* ops);
158 const vendor_tag_ops_t *ops);
160 const vendor_tag_ops_t *ops,
163 const vendor_tag_ops_t *ops,
166 const vendor_tag_ops_t *ops,
169 const vendor_tag_ops_t *ops,
172 static const vendor_tag_ops_t *Ops;
  /device/google/contexthub/firmware/os/core/
spi.c 66 if (dev->ops->masterStartAsync)
67 return dev->ops->masterStartAsync(dev, cs, mode);
69 if (dev->ops->masterStartSync) {
70 int err = dev->ops->masterStartSync(dev, cs, mode);
75 return dev->ops->masterRxTx(dev, state->packets[0].rxBuf,
108 int err = dev->ops->masterRxTx(dev, rxBuf, txBuf, size, mode);
136 if (dev->ops->masterStopSync) {
137 int err = dev->ops->masterStopSync(dev);
139 } else if (dev->ops->masterStopAsync) {
140 int err = dev->ops->masterStopAsync(dev)
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 63 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__)
64 #define ddop_close(dir, a1) dir.ops->op_close(a1)
65 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
66 #define ddop_ioctl(dir, a1, a2, ...) dir.ops->op_ioctl(a1, a2, __VA_ARGS__)
67 #define ddop_fsync(dir, a1) dir.ops->op_fsync(a1)
68 #define ddop_ftruncate(dir, a1, a2) dir.ops->op_ftruncate(a1, a2)
69 #define ddop_lseek(dir, a1, a2, a3) dir.ops->op_lseek(a1, a2, a3)
70 #define ddop_read(dir, a1, a2, a3) dir.ops->op_read(a1, a2, a3)
71 #define ddop_write(dir, a1, a2, a3) dir.ops->op_write(a1, a2, a3)
90 struct ddfops const *ops; /* ops to use with fd * member in struct:__anon106930
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 178 private static void addInsertContactOperations(ArrayList<ContentProviderOperation> ops) {
183 ops.add(b.build());
186 b.withValueBackReference(Data.RAW_CONTACT_ID, ops.size() - 1);
191 ops.add(b.build());
207 private static void addInsertProfileOperations(ArrayList<ContentProviderOperation> ops) {
212 ops.add(b.build());
215 b.withValueBackReference(Data.RAW_CONTACT_ID, ops.size() - 1);
220 ops.add(b.build());
235 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
237 addInsertContactOperations(ops);
252 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
269 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
290 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); local
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
ConversationCursorTests.java 98 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
101 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
103 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
105 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
107 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
109 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
111 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
113 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
115 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build());
117 ops.add(ContentProviderOperation.newInsert(uri).withValues(values).build())
    [all...]
  /external/avb/test/
fake_avb_ops.cc 160 AvbOps* ops,
181 AvbIOResult FakeAvbOps::read_rollback_index(AvbOps* ops,
195 AvbIOResult FakeAvbOps::write_rollback_index(AvbOps* ops,
209 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops,
215 AvbIOResult FakeAvbOps::get_unique_guid_for_partition(AvbOps* ops,
246 static AvbIOResult my_ops_read_from_partition(AvbOps* ops,
252 return FakeAvbOps::GetInstanceFromAvbOps(ops)
257 static AvbIOResult my_ops_write_to_partition(AvbOps* ops,
262 return FakeAvbOps::GetInstanceFromAvbOps(ops)->delegate()->write_to_partition(
267 AvbOps* ops,
    [all...]
fake_avb_ops.h 37 // A delegate interface for ops callbacks. This allows tests to override default
54 AvbOps* ops,
61 virtual AvbIOResult read_rollback_index(AvbOps* ops,
65 virtual AvbIOResult write_rollback_index(AvbOps* ops,
69 virtual AvbIOResult read_is_device_unlocked(AvbOps* ops,
72 virtual AvbIOResult get_unique_guid_for_partition(AvbOps* ops,
84 // Provides fake implementations of AVB ops. All instances of this class must be
91 static FakeAvbOps* GetInstanceFromAvbOps(AvbOps* ops) {
92 return reinterpret_cast<FakeAvbOps*>(ops->user_data);
95 return reinterpret_cast<FakeAvbOps*>(ab_ops->ops->user_data)
    [all...]

Completed in 1103 milliseconds

12 3 4 5 6 7 8 91011>>