HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 176 - 200 of 312) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/bluez/audio/
a2dp.c 1319 sdp_record_t *record; local
1327 record = sdp_record_alloc();
1328 if (!record)
1333 sdp_set_browse_groups(record, root);
1340 sdp_set_service_classes(record, svclass_id);
1345 sdp_set_profile_descs(record, pfseq);
1360 sdp_set_access_protos(record, aproto);
1363 sdp_attr_add(record, SDP_ATTR_SUPPORTED_FEATURES, features);
1366 sdp_set_info_attr(record, "Audio Source", 0, 0);
1368 sdp_set_info_attr(record, "Audio Sink", 0, 0)
1585 sdp_record_t *record; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
LoopbackExperiment.java 88 protected void compare(byte[] stim, byte[] record) {
148 Log.e(TAG, "Couldn't record");
  /external/skia/src/core/
SkPicturePlayback.h 28 explicit SkPicturePlayback(const SkPictureRecord& record);
  /external/webkit/Source/WebKit/android/
TimeCounter.cpp 102 "record content (webview core)",
107 void TimeCounter::record(enum Type type, const char* functionName) function in class:android::TimeCounter
  /frameworks/base/core/java/android/widget/
AdapterView.java 902 // Add a record for ourselves as well.
903 AccessibilityEvent record = AccessibilityEvent.obtain(); local
904 onInitializeAccessibilityEvent(record);
906 child.dispatchPopulateAccessibilityEvent(record);
907 event.appendRecord(record);
    [all...]
  /frameworks/base/media/libmedia/
AudioRecord.cpp 69 // We double the size of input buffer for ping pong use of record buffer.
180 LOGE("Could not get audio input for record source %d", inputSource);
360 // the record head position will reset to 0, so if a marker is set, we need
463 sp<IAudioRecord> record = audioFlinger->openRecord(getpid(), input, local
471 if (record == 0) {
472 LOGE("AudioFlinger could not create record track, status: %d", status);
475 sp<IMemory> cblk = record->getCblk();
481 mAudioRecord = record;
  /ndk/sources/host-tools/nawk-20071023/
awk.h 49 extern int recsize; /* size of current record, orig RECSIZE */
64 extern char *record; /* points to $0 */
67 extern int donefld; /* 1 if record broken into fields */
68 extern int donerec; /* 1 if record is valid (no fld has changed */
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 17 package com.android.apps.tag.record;
60 * Creates one or more views for a parsed record that wants to display an actionable intent.
  /external/clang/lib/CodeGen/
CGBlocks.cpp 198 const CXXRecordDecl *record = cast<CXXRecordDecl>(recordType->getDecl()); local
201 if (!record->hasTrivialDestructor()) return false;
202 if (!record->hasTrivialCopyConstructor()) return false;
206 return !record->hasMutableFields();
374 if (const CXXRecordDecl *record =
376 if (!record->hasTrivialDestructor()) {
    [all...]
CGExprAgg.cpp 177 // Only record types have members that might require garbage collection.
182 RecordDecl *Record = RecordTy->getDecl();
183 if (isa<CXXRecordDecl>(Record) &&
184 (!cast<CXXRecordDecl>(Record)->hasTrivialCopyConstructor() ||
185 !cast<CXXRecordDecl>(Record)->hasTrivialDestructor()))
189 return Record->hasObjectMember();
828 RecordDecl *record = E->getType()->castAs<RecordType>()->getDecl(); local
830 if (record->isUnion()) {
839 for (RecordDecl::field_iterator Field = record->field_begin(),
840 FieldEnd = record->field_end()
    [all...]
CGExprConstant.cpp 397 // If the struct is bigger than the size of the record type,
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 40 // Used when tests want to record syncing activity to examine later.
179 bool RecordSyncShareImpl(SyncSession* s, SyncShareRecords* record,
181 record->times.push_back(TimeTicks::Now());
182 record->snapshots.push_back(make_linked_ptr(new SyncSessionSnapshot(
184 return record->times.size() >= signal_after;
187 ACTION_P4(RecordSyncShareAndPostSignal, record, signal_after, test, event) {
188 if (RecordSyncShareImpl(arg0, record, signal_after) && event)
192 ACTION_P3(RecordSyncShare, record, signal_after, event) {
193 if (RecordSyncShareImpl(arg0, record, signal_after) && event)
    [all...]
  /external/freetype/src/truetype/
ttpload.c 510 /* The maximum number of bytes in an hdmx device record is the */
583 FT_Byte* record = face->hdmx_table + 8; local
591 result = record + nn * record_size + gindex;
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 258 Parent record = { displayable, type }; local
259 *fParents.append() = record;
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 41 * By default, the I/O buffering mechanism is enabled, but when each log record
505 * @param record
506 * the log record to publish.
509 public synchronized void publish(LogRecord record) {
510 super.publish(record);
  /ndk/build/core/
add-toolchain.mk 43 # Now record the toolchain-specific information
  /external/mesa3d/src/glsl/
ir.cpp 528 /* If the constant is a record, the types of each of the entries in
1007 this->record = value;
1009 this->type = (this->record != NULL)
1010 ? this->record->type->field_type(field) : glsl_type::error_type;
1020 this->record = new(ctx) ir_dereference_variable(var);
1022 this->type = (this->record != NULL)
1023 ? this->record->type->field_type(field) : glsl_type::error_type;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
  /external/bluetooth/bluez/health/
hdp_util.c 326 static gboolean set_sdp_services_uuid(sdp_record_t *record, HdpRole role)
334 sdp_get_service_classes(record, &svc_list);
344 if (sdp_set_service_classes(record, svc_list) < 0) {
413 /* attach protocol information to service record */
515 /* attach protocol information to service record */
650 static gboolean register_data_exchange_spec(sdp_record_t *record)
660 if (sdp_attr_add(record, SDP_ATTR_DATA_EXCHANGE_SPEC, spec) < 0) {
869 "Can't get remote SDP record");
1099 "Can't get remote SDP record");
1167 "Can't get remote SDP record");
    [all...]
  /external/bluetooth/bluez/serial/
port.c 364 sdp_record_t *record = NULL; local
375 error("Unable to get service record: %s (%d)", strerror(-err),
382 error("No record found");
383 reply = btd_error_failed(port->msg, "No record found");
387 record = recs->data;
389 if (sdp_get_access_protos(record, &protos) < 0) {
390 error("Unable to get access protos from port record");
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 1556 HTMLElementStack::ElementRecord* record = m_tree.openElements()->topRecord(); local
1590 HTMLElementStack::ElementRecord* record = m_tree.openElements()->topRecord(); local
    [all...]
HTMLConstructionSite.cpp 385 PassRefPtr<Element> HTMLConstructionSite::createHTMLElementFromElementRecord(HTMLElementStack::ElementRecord* record)
387 return createHTMLElementFromSavedElement(record->element());
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
75 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
76 const EMREXTCREATEFONTINDIRECTW* createFontRecord = reinterpret_cast<const EMREXTCREATEFONTINDIRECTW*>(record);
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 926 UpdateRecord record = records.get(i); local
1075 UpdateRecord record = records.get(i); local
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 147 * Test close() when having sufficient privilege, and a record has been
185 * Test close() when having sufficient privilege, and no record has been
204 * Test publish(), use no filter, having output stream, normal log record.
264 * Test publish(), use a filter, having output stream, normal log record.
303 * Test publish(), null log record, having output stream, spec said
318 * Test publish(), a log record with empty msg, having output stream
334 * Test publish(), a log record with null msg, having output stream
425 public boolean isLoggable(LogRecord record) {
426 CallVerificationStack.getInstance().push(record);

Completed in 556 milliseconds

1 2 3 4 5 6 78 91011>>