Searched defs:func (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/wilhelm/src/
H A Dassert.c28 void __assert2(const char *file, int line, const char *func, const char *failedexpr) argument
31 failedexpr, file, line, func);
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp32 test_func func; member in struct:Test
90 t->result = t->func();
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Thread_priv.h38 M4OSA_ThreadDoIt func; /* thread function */ member in struct:M4OSA_ThreadContext
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp89 ALOGW("RS export func at entry #%u named %s cannot be found in the result"
178 void *func = mLoader->getSymbolAddress(func_name); local
181 if (func == NULL) {
186 reinterpret_cast<const uint8_t *>(func), func_size);
/frameworks/native/include/binder/
H A DBpBinder.h55 object_cleanup_func func);
73 IBinder::object_cleanup_func func);
87 IBinder::object_cleanup_func func; member in struct:android::BpBinder::ObjectManager::entry_t
/frameworks/rs/cpp/
H A DRenderScript.cpp153 void RenderScript::setErrorHandler(ErrorHandlerFunc_t func) { argument
154 mErrorFunc = func;
157 void RenderScript::setMessageHandler(MessageHandlerFunc_t func) { argument
158 mMessageFunc = func;
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Thread.c67 if((threadContext->func(threadContext->param)) != M4NO_ERROR)
105 * the "func" parameter. This function creates & allocates a unique
114 * @param func:(IN) "doIt" function pointer to run
122 M4OSA_ThreadDoIt func)
128 "M4OSA_ThreadDoIt 0x%x", context, func);
133 M4OSA_DEBUG_IF2(func == M4OSA_NULL,
149 threadContext->func = func;
121 M4OSA_threadSyncOpen(M4OSA_Context* context, M4OSA_ThreadDoIt func) argument
/frameworks/av/media/libstagefright/
H A DDataSource.cpp98 void DataSource::RegisterSniffer(SnifferFunc func) { argument
103 if (*it == func) {
108 gSniffers.push_back(func);
/frameworks/base/cmds/servicemanager/
H A Dbinder.h50 void (*func)(struct binder_state *bs, void *ptr); member in struct:binder_death
95 void binder_loop(struct binder_state *bs, binder_handler func);
H A Dbinder.c195 uint32_t *ptr, uint32_t size, binder_handler func)
226 if (func) {
234 res = func(bs, txn, &msg, &reply);
259 death->func(bs, death->ptr);
357 void binder_loop(struct binder_state *bs, binder_handler func) argument
382 res = binder_parse(bs, 0, readbuf, bwr.read_consumed, func);
194 binder_parse(struct binder_state *bs, struct binder_io *bio, uint32_t *ptr, uint32_t size, binder_handler func) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp34 ApplyFunctionType func; member in struct:ApplyFunctionTriple
69 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp36 ApplyFunctionType func; member in struct:ApplyFunctionTriple
72 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
/frameworks/native/include/utils/
H A DTextOutput.h77 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func);
156 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func) argument
158 return (*func)(to);
/frameworks/native/libs/binder/
H A DBinder.cpp139 object_cleanup_func func)
154 e->mObjects.attach(objectID, object, cleanupCookie, func);
137 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
H A DBpBinder.cpp45 IBinder::object_cleanup_func func)
50 e.func = func;
79 if (e.func != NULL) {
80 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie);
288 object_cleanup_func func)
292 mObjects.attach(objectID, object, cleanupCookie, func);
43 attach( const void* objectID, void* object, void* cleanupCookie, IBinder::object_cleanup_func func) argument
286 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
/frameworks/native/libs/utils/
H A DDebug.cpp163 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) argument
168 func ? (*func)(cookie, buffer) : defaultPrintFunc(cookie, buffer);
174 debugPrintFunc func, void* cookie)
181 if (func == NULL) func = defaultPrintFunc;
188 if (singleLineBytesCutoff < 0) func(cookie, "\n");
189 func(cookie, "(NULL)");
194 if (singleLineBytesCutoff < 0) func(cookie, "\n");
195 func(cooki
171 printHexData(int32_t indent, const void *buf, size_t length, size_t bytesPerLine, int32_t singleLineBytesCutoff, size_t alignment, bool cStyle, debugPrintFunc func, void* cookie) argument
[all...]
H A DVectorImpl.cpp155 static int sortProxy(const void* lhs, const void* rhs, void* func) argument
157 return (*(VectorImpl::compar_t)func)(lhs, rhs);
H A DThreads.cpp213 int (*func)(void*);
221 result = (*(pDetails->func))(pDetails->arg);
238 pDetails->func = fn;
314 void androidSetCreateThreadFunc(android_create_thread_fn func) argument
316 gCreateThreadFn = func;
/frameworks/base/native/android/
H A Dstorage_manager.cpp73 ObbCallback* registerObbCallback(AStorageManager_obbCallbackFunc func, void* data) { argument
74 ObbCallback* cb = new ObbCallback(getNextNonce(), func, data);
128 void mountObb(const char* rawPath, const char* key, AStorageManager_obbCallbackFunc func, argument
137 ObbCallback* cb = registerObbCallback(func, data);
144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) { argument
145 ObbCallback* cb = registerObbCallback(func, data);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp236 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) {
240 mResponseHandlers.add(id, func);
432 HandleRTSPResponseFunc func = mResponseHandlers.valueAt(index); local
435 status_t err = (this->*func)(sessionID, data);
235 registerResponseHandler( int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) argument
/frameworks/base/cmds/installd/
H A Dinstalld.c132 int (*func)(char **arg, char reply[REPLY_MAX]); member in struct:cmdinfo
233 ret = cmds[i].func(arg + 1, reply);
/frameworks/base/core/java/android/content/
H A DContentProvider.java981 * @param func Interface implementing the function that will actually
988 final Bundle opts, final T args, final PipeDataWriter<T> func)
996 func.writeDataToPipe(fds[1], uri, mimeType, opts, args);
987 openPipeHelper(final Uri uri, final String mimeType, final Bundle opts, final T args, final PipeDataWriter<T> func) argument
/frameworks/base/graphics/java/android/renderscript/
H A DProgramStore.java348 * @param func function used for depth testing
352 public Builder setDepthFunc(DepthFunc func) { argument
353 mDepthFunc = func;
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java688 private static void logEglError(String func) { argument
689 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
692 private static boolean checkGlErrors(String func) { argument
693 return checkGlErrors(func, true);
696 private static boolean checkGlErrors(String func, boolean log) { argument
701 Slog.e(TAG, func + " failed: error " + error, new Throwable());
/frameworks/native/cmds/dumpstate/
H A Dutils.c51 void for_each_pid(void (*func)(int, const char *), const char *header) { argument
79 func(pid, cmdline);

Completed in 352 milliseconds

12