OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroy_user_data
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gbm/main/
gbm.c
268
* \param
destroy_user_data
A callback (which may be %NULL) that will be
273
void (*
destroy_user_data
)(struct gbm_bo *, void *))
276
bo->
destroy_user_data
=
destroy_user_data
;
302
if (bo->
destroy_user_data
)
303
bo->
destroy_user_data
(bo, bo->user_data);
gbmint.h
97
void (*
destroy_user_data
)(struct gbm_bo *, void *);
member in struct:gbm_bo
gbm.h
263
void (*
destroy_user_data
)(struct gbm_bo *, void *));
/frameworks/native/cmds/installd/
commands.h
52
int
destroy_user_data
(const char *uuid, userid_t userid, int flags);
installd.cpp
373
return
destroy_user_data
(parse_null(arg[0]), atoi(arg[1]), atoi(arg[2]));
440
{ "
destroy_user_data
", 3, do_destroy_user_data },
commands.cpp
501
int
destroy_user_data
(const char *uuid, userid_t userid, int flags) {
function in namespace:android::installd
[
all
...]
Completed in 458 milliseconds