HomeSort by relevance Sort by last modified time
    Searched full:opid (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/media/java/android/media/soundtrigger/
ISoundTriggerDetectionService.aidl 32 void onGenericRecognitionEvent(in ParcelUuid uuid, int opId, in SoundTrigger.GenericRecognitionEvent event);
33 void onError(in ParcelUuid uuid, int opId, int status);
34 void onStopOperation(in ParcelUuid uuid, int opId);
SoundTriggerDetectionService.java 147 * @param opId The id of this operation. Once the operation is done, this service needs to call
152 public void onGenericRecognitionEvent(@NonNull UUID uuid, @Nullable Bundle params, int opId,
154 operationFinished(uuid, opId);
162 * @param opId The id of this operation. Once the operation is done, this service needs to call
167 public void onError(@NonNull UUID uuid, @Nullable Bundle params, int opId, int status) {
168 operationFinished(uuid, opId);
176 * @param opId The id of the operation that took too long
179 public abstract void onStopOperation(@NonNull UUID uuid, @Nullable Bundle params, int opId);
185 * @param opId The id of the operation that is processed
187 public final void operationFinished(@Nullable UUID uuid, int opId) {
    [all...]
ISoundTriggerDetectionServiceClient.aidl 25 void onOpFinished(int opId);
  /frameworks/base/libs/hwui/
OpDumper.cpp 35 output << sOpNameLut[op.opId] << " " << localBounds;
49 return sOpNameLut[op.opId];
LayerBuilder.cpp 238 if (bakedState->op->opId != RecordedOpId::CopyToLayerOp) {
346 int opId = batch->getOps()[0]->op->opId;
351 mergedReceivers[opId](arg, data);
354 unmergedReceivers[op->op->opId](arg, *op);
RecordedOp.h 141 // Generate OpId enum
161 const int opId;
176 RecordedOp(unsigned int opId, BASE_PARAMS)
177 : opId(opId)
DisplayList.cpp 135 if (op->opId == RecordedOpId::RenderNodeOp) {
FrameBuilder.h 84 * state->op->opId to lookup a receiver that will be called when the op is replayed.
91 * Defines a LUT of lambdas which allow a recorded BakedOpState to use state->op->opId to
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 120 EXPECT_EQ(RecordedOpId::ArcOp, ops[0]->opId);
123 EXPECT_EQ(RecordedOpId::OvalOp, ops[1]->opId) << "Circular arcs should be converted to ovals";
138 ASSERT_EQ(RecordedOpId::LinesOp, op->opId);
151 ASSERT_EQ(RecordedOpId::RectOp, op.opId);
162 ASSERT_EQ(RecordedOpId::RoundRectOp, dl->getOps()[0]->opId);
169 ASSERT_EQ(RecordedOpId::RectOp, dl->getOps()[0]->opId)
184 ASSERT_EQ(RecordedOpId::TextOp, op.opId);
221 EXPECT_EQ(RecordedOpId::TextOp, ops[index++]->opId); // no underline or strikethrough
223 EXPECT_EQ(RecordedOpId::TextOp, ops[index++]->opId);
224 EXPECT_EQ(RecordedOpId::RectOp, ops[index++]->opId); // strikethrough onl
    [all...]
SkiaCanvasTests.cpp 58 ASSERT_EQ(RecordedOpId::TextOp, directOp->opId);
59 EXPECT_EQ(directOp->opId, pictureOp->opId);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 177 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid)
179 if (opid != Py_EQ && opid != Py_NE) {
185 PyObject *res = PyObject_RichCompare(self->description, other->description, opid);
186 if ((opid == Py_EQ && res == Py_True)
187 || (opid == Py_NE && res == Py_False)) {
189 return PyObject_RichCompare(self->data, other->data, opid);
  /external/python/cpython2/Modules/_sqlite/
row.c 196 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid)
198 if (opid != Py_EQ && opid != Py_NE) {
204 PyObject *res = PyObject_RichCompare(self->description, other->description, opid);
205 if ((opid == Py_EQ && res == Py_True)
206 || (opid == Py_NE && res == Py_False)) {
208 return PyObject_RichCompare(self->data, other->data, opid);
  /external/python/cpython3/Modules/_sqlite/
row.c 194 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid)
196 if (opid != Py_EQ && opid != Py_NE)
201 PyObject *res = PyObject_RichCompare(self->description, other->description, opid);
202 if ((opid == Py_EQ && res == Py_True)
203 || (opid == Py_NE && res == Py_False)) {
205 return PyObject_RichCompare(self->data, other->data, opid);
  /external/skia/src/gpu/
GrRenderTargetOpList.cpp 334 GrOP_INFO("opList: %d Recording (%s, opID: %u)\n"
351 GrOP_INFO("\t\tBackward: Combining with (%s, opID: %u)\n", candidate.fOp->name(),
360 GrOP_INFO("\t\tBackward: Intersects with (%s, opID: %u)\n", candidate.fOp->name(),
397 GrOP_INFO("\t\t%d: (%s opID: %u) -> Combining with (%s, opID: %u)\n",
406 GrOP_INFO("\t\t%d: (%s opID: %u) -> Intersects with (%s, opID: %u)\n",
413 GrOP_INFO("\t\t%d: (%s opID: %u) -> Reached max lookahead or end of array\n",
GrOpFlushState.cpp 36 void GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp(uint32_t opID, const SkRect& opBounds) {
38 while (fCurrDraw != fDraws.end() && fCurrDraw->fOpID == opID) {
  /external/skqp/src/gpu/
GrRenderTargetOpList.cpp 334 GrOP_INFO("opList: %d Recording (%s, opID: %u)\n"
351 GrOP_INFO("\t\tBackward: Combining with (%s, opID: %u)\n", candidate.fOp->name(),
360 GrOP_INFO("\t\tBackward: Intersects with (%s, opID: %u)\n", candidate.fOp->name(),
397 GrOP_INFO("\t\t%d: (%s opID: %u) -> Combining with (%s, opID: %u)\n",
406 GrOP_INFO("\t\t%d: (%s opID: %u) -> Intersects with (%s, opID: %u)\n",
413 GrOP_INFO("\t\t%d: (%s opID: %u) -> Reached max lookahead or end of array\n",
GrOpFlushState.cpp 35 void GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp(uint32_t opID, const SkRect& opBounds) {
37 while (fCurrDraw != fDraws.end() && fCurrDraw->fOpID == opID) {
  /frameworks/base/core/java/android/hardware/biometrics/
CryptoObject.java 73 * @return the opId associated with this object or 0 if none
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerService.java 668 void run(int opId, ISoundTriggerDetectionService service) throws RemoteException;
688 void run(int opId, @NonNull ISoundTriggerDetectionService service) throws RemoteException {
690 mExecuteOp.run(opId, service);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g     [all...]
  /external/python/cpython2/Doc/c-api/
object.rst 101 .. c:function:: PyObject* PyObject_RichCompare(PyObject *o1, PyObject *o2, int opid)
103 Compare the values of *o1* and *o2* using the operation specified by *opid*,
108 to *opid*. Returns the value of the comparison on success, or *NULL* on failure.
111 .. c:function:: int PyObject_RichCompareBool(PyObject *o1, PyObject *o2, int opid)
113 Compare the values of *o1* and *o2* using the operation specified by *opid*,
119 *opid*.
  /external/python/cpython3/Doc/c-api/
object.rst 130 .. c:function:: PyObject* PyObject_RichCompare(PyObject *o1, PyObject *o2, int opid)
132 Compare the values of *o1* and *o2* using the operation specified by *opid*,
137 to *opid*. Returns the value of the comparison on success, or *NULL* on failure.
140 .. c:function:: int PyObject_RichCompareBool(PyObject *o1, PyObject *o2, int opid)
142 Compare the values of *o1* and *o2* using the operation specified by *opid*,
148 *opid*.
  /frameworks/base/services/core/java/com/android/server/fingerprint/
AuthenticationClient.java 89 IFingerprintServiceReceiver receiver, int targetUserId, int groupId, long opId,
93 mOpId = opId;
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 304 int opid) {
314 if (opid == Py_EQ || opid == Py_NE) {
330 return PyObject_RichCompare(list.get(), other_list.get(), opid);
repeated_scalar_container.cc 564 int opid) {
565 if (opid != Py_EQ && opid != Py_NE) {
590 return PyObject_RichCompare(list.get(), other, opid);

Completed in 2821 milliseconds

1 2